Skip to content

Latest commit

 

History

History
29 lines (28 loc) · 1.07 KB

README.MD

File metadata and controls

29 lines (28 loc) · 1.07 KB

Drawing Teacher API

Description

This project is the API server for Drawing Teacher App, which is here.

This project uses Flask framework as our server's backend.

Usage

  1. Clone the repo
git clone https://github.com/TWTom041/DrawingTeacherAPI.git
  1. Install requirements
pip install -r requirements.txt
  1. 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'))
  1. Run flask_api.py

Used things

  1. https://github.com/sithu31296/semantic-segmentation
  2. MobileNet-DeepLab.onnx
  3. ResNet101-DUC-12-int8.onnx
  4. animeGANv2
    1. https://docs.google.com/uc?export=download&id=1VPAPI84qaPUCHKHJLHiMK7BP_JE66xNe
    2. https://docs.google.com/uc?export=download&id=17XRNQgQoUAnu6SM5VgBuhqSBO4UAVNI1
    3. https://docs.google.com/uc?export=download&id=10rQfe4obW0dkNtsQuWg-szC4diBzYFXK
    4. https://docs.google.com/uc?export=download&id=1X3Glf69Ter_n2Tj6p81VpGKx7U4Dq-tI
  5. https://github.com/ultralytics/yolov5/releases/tag/v7.0