
creditcard.csv) is loaded and preprocessed for the model training pipeline..pkl file for easy loading and prediction in the Flask backend.model_train.py script handles the entire training process. To run the model training, execute the following command:/)
This endpoint serves as a welcome message to confirm the API is running./predict)
This endpoint accepts JSON data with features Time, V1 to V28, and Amount. The model returns a prediction along with a probability score indicating the likelihood of the transaction being fraudulent./frontend folder:http://127.0.0.1:5000/.frontend/index.html in a web browser to interact with the UI.Posted Jul 6, 2025
Developed a scalable Credit Card Fraud Detection System using machine learning models.