https://github.com/czczup/musesstyle
缪斯滤镜训练平台-基于Python Django框架
https://github.com/czczup/musesstyle
Last synced: 3 months ago
JSON representation
缪斯滤镜训练平台-基于Python Django框架
- Host: GitHub
- URL: https://github.com/czczup/musesstyle
- Owner: czczup
- Created: 2019-01-19T04:28:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-08T13:45:43.000Z (about 5 years ago)
- Last Synced: 2025-01-15T23:11:32.668Z (5 months ago)
- Language: Python
- Homepage:
- Size: 277 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
#MusesStyle部署指南
## 1 部署环境
```
python==3.6
tensorflow-gpu==1.9.0
Pillow==7.0.0
opencv-python==3.4.1.15
Django==2.1.2
django-cors-headers==2.5.0
django-crispy-forms==1.8.1
django-formtools==2.2
django-import-export==1.1.0
django-reversion==3.0.0
djangorestframework==3.8.2
xadmin==2.0.1
mysqlclient==1.3.13
python-opencv==4.2.0
```
其中xadmin的需要从源码进行安装
```
pip install git+git://github.com/sshwsfc/xadmin.git@django2
```## 2 运行
### 2.1 启动服务器
```sh
python manage.py runserver 0.0.0.0:7003
```## 3 登录
```
账号:czczcz
密码:abc88784989
```