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