Skip to content

A simple flask API draft with a single form in the frontend.

Notifications You must be signed in to change notification settings

edurzss/single-form-flask-api-draft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask API Draft

A simple flask API draft with a single form in the frontend. Used for a credit risk analysis project where the goal is to predict whether a person will be able to pay off their debt, based on data provided through the form.

Composed by three microservices:

  • API
  • Redis
  • ML Service

How to build and run

docker compose up --build

Run docker compose command to test it.

About the form

The form was crafted to load data similar to the provided by the PAKDD2010 Dataset.

Prediction for this draft is hardcoded, so you need to load your model at ml_service.py

About

A simple flask API draft with a single form in the frontend.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published