covid-19-detector/README.md
2024-07-29 16:38:41 +08:00

6 lines
270 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.

## 如何运行?
1.pip install -r requirements.txt
2.配置数据库在config.py文件中(项目根目录下),SQLALCHEMY_DATABASE_URI = 'mysql+pymysql://root:123456@localhost/covid_detector'
2.命令行输入 run.bat
3.浏览器输入http://127.0.0.1:5000/