https://github.com/bolajiayodeji/apitoolkit-flask-test
Quick demo of APItoolkit's Flask SDK.
https://github.com/bolajiayodeji/apitoolkit-flask-test
api apitoolkit flask flask-api rest-api
Last synced: 4 months ago
JSON representation
Quick demo of APItoolkit's Flask SDK.
- Host: GitHub
- URL: https://github.com/bolajiayodeji/apitoolkit-flask-test
- Owner: BolajiAyodeji
- Created: 2024-04-02T16:22:41.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2026-01-12T22:00:31.000Z (5 months ago)
- Last Synced: 2026-01-13T02:40:07.759Z (5 months ago)
- Topics: api, apitoolkit, flask, flask-api, rest-api
- Language: HTML
- Homepage:
- Size: 1.91 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# apitoolkit-flask-test
A quick demo MBTPI (Myers-Briggs Personality Type Indicator) prediction application from my [Deploying Machine Learning Models to the Web](https://github.com/BolajiAyodeji/deploy-ml-web-workshop) workshop that uses [APIToolkit's Flask SDK](https://github.com/apitoolkit/apitoolkit-flask) for API monitoring and observability.
---
## Quick Setup
Add your credentials in a `.env` file:
```bash
FLASK_DEBUG=1
APITOOLKIT_API_KEY=
```
Install all the required packages:
```bash
pip install python-dotenv scikit-learn flask gunicorn apitoolkit_flask
```
Start the local server:
```bash
flask run
```