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
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