/Fraud-Prediction

Fraud detection model for synthetic dataset of money transactions.

Primary LanguageJupyter NotebookMIT LicenseMIT

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]