[TOC]
If you are a total beginner to this, start here!
- Download git
- Clone this project
git clone https://github.com/alanhc/cce-demo.git
- Complete pre-requirements
cd frontend
pip install -r requirements.txt
- Run
python main.py
- Start!
client->server: POST method {file:byteImage}
server->client: streamingResponse(image/png)