You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.rst 2.5 kB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. ===========================================
  2. Sedna documentation
  3. ===========================================
  4. .. image:: ./_static/logo.png
  5. Sedna is an edge-cloud synergy AI project incubated in KubeEdge SIG AI. Benefiting from the edge-cloud synergy capabilities provided by KubeEdge, Sedna can implement across edge-cloud collaborative training and collaborative inference capabilities, such as joint inference, incremental learning, federated learning, and lifelong learning. Sedna supports popular AI frameworks, such as TensorFlow, Pytorch, PaddlePaddle, MindSpore.
  6. Sedna can simply enable edge-cloud synergy capabilities to existing training and inference scripts, bringing the benefits of reducing costs, improving model performance, and protecting data privacy.
  7. .. toctree::
  8. :maxdepth: 1
  9. :caption: QUICK START
  10. quickstart
  11. .. toctree::
  12. :maxdepth: 1
  13. :caption: INTRODUCTION
  14. :hidden:
  15. proposals/architecture
  16. proposals/dataset-and-model
  17. proposals/federated-learning
  18. proposals/incremental-learning
  19. proposals/joint-inference
  20. proposals/lifelong-learning
  21. proposals/object-search
  22. proposals/object-tracking
  23. .. toctree::
  24. :maxdepth: 1
  25. :titlesonly:
  26. :glob:
  27. :caption: DEPLOY
  28. setup/*
  29. .. toctree::
  30. :maxdepth: 1
  31. :glob:
  32. :caption: EXAMPLES
  33. examples/federated_learning/surface_defect_detection/README
  34. examples/incremental_learning/helmet_detection/README
  35. examples/joint_inference/helmet_detection_inference/README
  36. examples/lifelong_learning/atcii/README
  37. examples/storage/s3/README
  38. .. toctree::
  39. :maxdepth: 1
  40. :caption: API
  41. :titlesonly:
  42. :glob:
  43. api/crd/*
  44. api/lib/*
  45. .. toctree::
  46. :maxdepth: 1
  47. :caption: Contributing
  48. :titlesonly:
  49. :glob:
  50. contributing/*
  51. .. toctree::
  52. :maxdepth: 1
  53. :caption: API REFERENCE
  54. :titlesonly:
  55. :glob:
  56. autoapi/lib/sedna/index
  57. .. toctree::
  58. :caption: ROADMAP
  59. :hidden:
  60. roadmap
  61. Community
  62. =========
  63. Sedna is an open source project and in the spirit of openness and freedom, we welcome new contributors to join us.
  64. You can get in touch with the community according to the ways:
  65. * [Github Issues](https://github.com/kubeedge/sedna/issues)
  66. * [Regular Community Meeting](https://zoom.us/j/4167237304)
  67. * [slack channel](https://app.slack.com/client/TDZ5TGXQW/C01EG84REVB/details)
  68. RELATED LINKS
  69. =============
  70. .. mdinclude:: related_link.md
  71. Indices and tables
  72. ==================
  73. * :ref:`genindex`
  74. * :ref:`modindex`
  75. * :ref:`search`