Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 325 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 325 Bytes

Simple API based on Falcon Framework.

Install the packages:

pipenv install pipenv shell

Start the server:

gunicorn --reload walk-api.app

Test it:

http localhost:8000/predict

If you have questions, check the tutorial