Skip to content

This is a web app made to find fraudulent credit card transactions .

Notifications You must be signed in to change notification settings

Liya2000/Credit_card_fraud_detection_system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Credit Card Fraud Detection Web App

This repository contains the procedure we followed.

Since the data for credit card fraud is not available in real form(due to confidentiality), and is availbale only in dimensionality reduced form, we will be sharing some of the test cases here.

Specification about what we used and achieved.


Model Training

  • Architecture

    • Logistic Regression with balanced class weight.
  • Inference Results

    • Accuracy: 0.976
    • Recall: 0.896

Web App Production

  • Procfile
    • Contains the type of app.
  • Requirements
    • Libraries needed to run the app.
  • Templates
    • Files required for rendering purpose
  • Static
    • CSS styles
  • App
    • Main file which will run our Web App.

Report

A thorough report on what we did can be found in FinalReport.md or FinalReport.pdf file.


Test Data for Fraud Transaction:

Testing data for fraud transaction can be found in the "fraud_values.csv" file.


Test Data for Valid Transaction:

Testing data for a Valid transaction can be found in the "valid_values.csv" file.


Web App

The notebook used to train the model for this web app can be found

team members are: Albin Joy Thanjum Ken Liya Philipose

About

This is a web app made to find fraudulent credit card transactions .

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages