Skip to content

yeteye/EyeDetection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

眼睛疾病检测系统

配置

前端环境配置

npm install element-plus axios markdown-it

后端环境配置

conda create -n venv_name python=3.10
conda activate venv_name
pip install -r requirements.txt

需要修改的函数

在app.py中有process_eye_imagesgenerate_chat_reply 函数是写死的函数,需要替换成实际使用的图片处理和 chatbot API

此问题已处理,不在此处!

运行指令

前端

进入文件夹,终端中输入

cd fronted
npm run dev

后端

在另一个终端中启用python环境后,输入 python app.py ��可

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors