singhsidhukuldeep / Fraud-Prediction

Fraud detection model for synthetic dataset of money transactions.

Home Page:https://fraud-prediction.herokuapp.com/redoc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fraud-Prediction

Fraud detection model for synthetic dataset of money transactions.

Setup

Dependencies setup

pip install -r requirements.txt

Running the Server

uvicorn main:app --host 127.0.0.1 --port 8000 --reload --workers 4

here: 127.0.0.1 is the host location and 8000 is the port

GUI(s):

Deployed Endpoints [all using free hostings so be patient]

About

Fraud detection model for synthetic dataset of money transactions.

https://fraud-prediction.herokuapp.com/redoc

License:MIT License


Languages

Language:Jupyter Notebook 98.9%Language:Python 1.1%