Skip to content

BolajiAyodeji/apitoolkit-flask-test

Repository files navigation

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