This commit is contained in:
2025-12-09 14:46:02 +08:00
parent c7a22a288a
commit abe314fdc8
76 changed files with 7601 additions and 1667 deletions

View File

@@ -7,6 +7,7 @@
- `Python 3.10+`(建议 3.12.3
- 操作系统Windows
- redis本地 `Redis` 服务(默认地址 `redis://127.0.0.1:6379`
- mysql(支持切换mysql):在.env文件里面将mysql配置修改为你的数据库信息
@@ -36,7 +37,7 @@ pip install hertz-studio-django-yolo -i https://hertz:hertz@hzpypi.hzsystems.cn/
### 2下载全部库
pip install -r requirements.txt -i https://hzpypi.hzsystems.cn/simple/
pip install -r requirements.txt -i https://hertz:hertz@hzpypi.hzsystems.cn/simple/
@@ -130,4 +131,4 @@ ffmpeg压缩包在根目录下面的static目录下如下图。
## 九、**快速启动**
- 安装依赖:`pip install -r requirements.txt -i https://hertz:hertz@hzpypi.hzsystems.cn/simple/`
- 启动服务:`python start_server.py --port 8000`
- 启动服务:`python start_server.py`