This project is the API server for Drawing Teacher App, which is here.
This project uses Flask framework as our server's backend.
- Clone the repo
git clone https://github.com/TWTom041/DrawingTeacherAPI.git
- Install requirements
pip install -r requirements.txt
- Set up host url and port in flask_api.py
app.run(host="0.0.0.0", port=25555, ssl_context=('server.crt', 'server.key'))
- Run flask_api.py
- https://github.com/sithu31296/semantic-segmentation
- MobileNet-DeepLab.onnx
- ResNet101-DUC-12-int8.onnx
- animeGANv2
- https://docs.google.com/uc?export=download&id=1VPAPI84qaPUCHKHJLHiMK7BP_JE66xNe
- https://docs.google.com/uc?export=download&id=17XRNQgQoUAnu6SM5VgBuhqSBO4UAVNI1
- https://docs.google.com/uc?export=download&id=10rQfe4obW0dkNtsQuWg-szC4diBzYFXK
- https://docs.google.com/uc?export=download&id=1X3Glf69Ter_n2Tj6p81VpGKx7U4Dq-tI
- https://github.com/ultralytics/yolov5/releases/tag/v7.0