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.

README.md 543 B

12345678910111213141516171819202122232425
  1. # 三分钟教你用MindSpore和Jina搭建一个服装搜索系统
  2. ## 准备环境
  3. - Mac OS or Linux
  4. - Python 3.7, 3.8
  5. - [Jina 0.7+ with Hub extenstion (i.e. `pip install "jina[hub]"`)](https://get.jina.ai)
  6. - Docker
  7. ## 执行步骤
  8. ### 1.创建Jina Hub 镜像
  9. ```bash
  10. git clone https://github.com/hanxiao/mindspore-jina-example.git
  11. jina hub build MindsporeLeNet/ --pull --test-uses
  12. ```
  13. ### 2. Use in Jina Hello-World
  14. ```
  15. jina hello-world --uses-index helloworld.flow.index.yml --uses-query helloworld.flow.query.yml
  16. ```
  17. ## 参考博客