An open API service indexing awesome lists of open source software.

https://github.com/scaceresg/mlapi-banknotes

ML API for Bank Notes classification using FastAPI
https://github.com/scaceresg/mlapi-banknotes

classification-algorithm fastapi kaggle-dataset pickle python random-forest-classifier

Last synced: about 2 months ago
JSON representation

ML API for Bank Notes classification using FastAPI

Awesome Lists containing this project

README

          

# Bank Notes Classification ML API

This project consists of developing a ML API for Bank Notes authentication.

## Dataset

Data is taken from the dataset [Bank Authentication UCI Data - Kaggle.com](https://www.kaggle.com/datasets/ritesaluja/bank-note-authentication-uci-data) which includes information on images taken from genuine and forged banknote-like specimens.

## Machine Learning Model

A Random Forest Classifier was trained and implemented for the dataset. The model was saved and implemented using the `pickle` module.

## Rest API

`FastAPI` was used to get requests and predict the authentication of bank notes.