1
0
Fork 0

Init README

This commit is contained in:
administrator 2026-06-28 03:04:28 +00:00
parent d755e012d9
commit 9d65040874
1 changed files with 2 additions and 8 deletions

View File

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