An open API service indexing awesome lists of open source software.

https://github.com/dhruwsunita/credit_card_fraud_detection

Credit card fraud detection application using Machine Learning and Streamlit
https://github.com/dhruwsunita/credit_card_fraud_detection

credit-card-dataset credit-card-fraud-detection data-science machine-learning python streamlit

Last synced: 5 months ago
JSON representation

Credit card fraud detection application using Machine Learning and Streamlit

Awesome Lists containing this project

README

          

# Credit Card Fraud Detection
This project is a machine learning-based solution for detecting credit card fraud. It utilizes Logistic Regression, a powerful algorithm for binary classification, to identify potentially fraudulent transactions.The implementation is done in Python, and the project includes a user-friendly interface powered by Streamlit for easy interaction.

# Dataset Link :
[creditcard.csv](https://www.kaggle.com/datasets/mlg-ulb/creditcardfraud)
# Output
For fraudulent transactions:

![credit1](https://github.com/dhruwsunita/Credit_Card_Fraud_Detection/assets/116973136/92535680-bc8a-46e9-80d3-d908d23df6df)

For legitimate transactions:

![legit](https://github.com/dhruwsunita/Credit_Card_Fraud_Detection/assets/116973136/4859256e-f7ba-4752-9cde-176a16198f86)