Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 375 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 375 Bytes

GesDec-api

This repo provides the basic APIs for fetching and feedback for GesDec-web.

The server is primarily deployed at:

http://gesdec-api.herokuapp.com

Running it locally

# Install the dependencies
pip install -r requirements.txt

# Run the server
uvicorn app.main:api --reload

The server can be access at:

http://localhost:8000/docs