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.2 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: QUICK START
  11. quickstart
  12. .. toctree::
  13. :maxdepth: 1
  14. :caption: INTRODUCTION
  15. :hidden:
  16. proposals/architecture
  17. proposals/dataset-and-model
  18. proposals/federated-learning
  19. proposals/incremental-learning
  20. proposals/joint-inference
  21. proposals/lifelong-learning
  22. proposals/object-search
  23. proposals/object-tracking
  24. .. toctree::
  25. :maxdepth: 1
  26. :titlesonly:
  27. :glob:
  28. :caption: DEPLOY
  29. Installtion <setup/install>
  30. Standalone <setup/local-up>
  31. .. toctree::
  32. :maxdepth: 1
  33. :glob:
  34. :caption: EXAMPLES
  35. examples/federated_learning/surface_defect_detection/README
  36. examples/incremental_learning/helmet_detection/README
  37. examples/joint_inference/helmet_detection_inference/README
  38. examples/lifelong_learning/atcii/README
  39. examples/storage/s3/*
  40. .. toctree::
  41. :maxdepth: 1
  42. :caption: API
  43. :titlesonly:
  44. :glob:
  45. api/crd/*
  46. api/lib/*
  47. .. toctree::
  48. :caption: Contributing
  49. Prepare <contributing/prepare-environment>
  50. .. toctree::
  51. :maxdepth: 1
  52. :caption: API REFERENCE
  53. :titlesonly:
  54. :glob:
  55. autoapi/lib/sedna/index
  56. .. toctree::
  57. :caption: ROADMAP
  58. :hidden:
  59. roadmap
  60. RELATED LINKS
  61. =============
  62. .. mdinclude:: related_link.md
  63. Indices and tables
  64. ==================
  65. * :ref:`genindex`
  66. * :ref:`modindex`
  67. * :ref:`search`