Kindly login with username: azure and password: caughtu@123
Dataset Link :- https://www.kaggle.com/mlg-ulb/creditcardfraud
-
First Create Virtual Environment with following COMMAND:-
py -m venv .venv
NOTE:- .venv is name of name of virtualenvironment.
-
Then Activate venv:-
.venv\Scripts\activate
-
Then Install requirements.txt with following COMMAND:-
pip install -r requirements.txt
-
create superuser by following COMMAND in your root directory:-
py manage.py createsuperuser
-
Then start your server by typing following COMMAND:-
py manage.py runserver
-
Upload the downloaded dataset under Administration menu in Upload credit card files.
-
Under Files Reports in Reports menu, select the desired action as Prediction or Analysis for Real-Time payments fraud detection with the available single & multiple csv files.