Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 627 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 627 Bytes

apitoolkit-flask-test

A quick demo MBTPI (Myers-Briggs Personality Type Indicator) prediction application from my Deploying Machine Learning Models to the Web workshop that uses APIToolkit's Flask SDK for API monitoring and observability.


Quick Setup

Add your credentials in a .env file:

FLASK_DEBUG=1
APITOOLKIT_API_KEY=

Install all the required packages:

pip install python-dotenv scikit-learn flask gunicorn apitoolkit_flask

Start the local server:

flask run