Skip to content

singhsidhukuldeep/Fraud-Prediction

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published