1
0
Fork 0
22fd61b05b15437bb0c4c0edac5.../README.md

22 lines
928 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 开始拉取代码
本项目开发的系统名称为AI Food Time中文名为爱食光。如需体验可视化功能可直接访问GitHub Page。
通过收集网上完全公开的有关中式菜谱的数据,经过数据清洗和分析,转换为知识图谱的存储结构,并提供可视化展示与搜索和智能问答等功能,为热爱美食与烹饪的人们提供方便快捷的中式菜谱服务,并以知识图谱的形式直观显示出不同菜品的关系及所用原料,在生活中具有很大的实际应用需求,包括
---
```
python query_main.py
git clone http://git-test.databall.tech:3000/fengyujia/22fd61b05b15437bb0c4c0edac51d57a.git
cd 22fd61b05b15437bb0c4c0edac51d57a
# add your files to repo
git push
```
---
```
cd existing_repo
git remote add origin http://git-test.databall.tech:3000/fengyujia/22fd61b05b15437bb0c4c0edac51d57a.git
git branch -M main
git push -uf origin main
```