decentral1se
5 days ago
No known key found for this signature in database
GPG Key ID: 3789458B3D0C410
1 changed files with
7 additions and
0 deletions
-
README.md
|
|
@ -5,3 +5,10 @@ Requires Python >= 3.11.x 👍 |
|
|
|
* install dependencies: `pip install -r requirements.txt` |
|
|
|
* create static images folder: `mkdir -p ./static/images` |
|
|
|
* launch the application: `python upload.py` |
|
|
|
|
|
|
|
# deploy |
|
|
|
|
|
|
|
``` |
|
|
|
pip install gunicorn |
|
|
|
gunicorn --bind 127.0.0.1:5000 upload:APP |
|
|
|
``` |
|
|
|