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.4 kB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. ===========================================
  2. Sedna documentation
  3. ===========================================
  4. .. image:: ./_static/logo.png
  5. :width: 200
  6. 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.
  7. 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.
  8. .. toctree::
  9. :maxdepth: 1
  10. :caption: GUIDE
  11. index/guide
  12. index/quickstart
  13. .. toctree::
  14. :maxdepth: 1
  15. :titlesonly:
  16. :glob:
  17. :caption: DEPLOY
  18. Cluster Installation (for production) <setup/install>
  19. AllinOne Installation (for development) <setup/all-in-one>
  20. Standalone Installation (for hello world) <setup/local-up>
  21. .. toctree::
  22. :maxdepth: 1
  23. :caption: INTRODUCTION
  24. :hidden:
  25. proposals/architecture
  26. proposals/dataset-and-model
  27. proposals/federated-learning
  28. proposals/incremental-learning
  29. proposals/joint-inference
  30. proposals/lifelong-learning
  31. proposals/object-search
  32. proposals/object-tracking
  33. .. toctree::
  34. :maxdepth: 1
  35. :glob:
  36. :caption: EXAMPLES
  37. examples/joint_inference/helmet_detection_inference/README
  38. examples/incremental_learning/helmet_detection/README
  39. examples/federated_learning/surface_defect_detection/README
  40. examples/federated_learning/yolov5_coco128_mistnet/README
  41. examples/lifelong_learning/atcii/README
  42. examples/storage/s3/*
  43. .. toctree::
  44. :maxdepth: 1
  45. :caption: API REFERENCE
  46. :titlesonly:
  47. :glob:
  48. api/lib/*
  49. Python API <autoapi/lib/sedna/index>
  50. .. toctree::
  51. :maxdepth: 1
  52. :caption: Contributing
  53. :titlesonly:
  54. :glob:
  55. Control Plane <contributing/prepare-environment>
  56. .. toctree::
  57. :caption: ROADMAP
  58. :hidden:
  59. index/roadmap
  60. RELATED LINKS
  61. =============
  62. .. mdinclude:: index/related_link.md
  63. Indices and tables
  64. ==================
  65. * :ref:`genindex`
  66. * :ref:`modindex`
  67. * :ref:`search`