An open API service indexing awesome lists of open source software.

https://github.com/czczup/musesstyle

缪斯滤镜训练平台-基于Python Django框架
https://github.com/czczup/musesstyle

Last synced: 3 months ago
JSON representation

缪斯滤镜训练平台-基于Python Django框架

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
```