Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saritaphd/credit-card-fraud-detection
https://github.com/saritaphd/credit-card-fraud-detection
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/saritaphd/credit-card-fraud-detection
- Owner: SaritaPhD
- License: mit
- Created: 2024-07-26T10:58:16.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-26T11:30:23.000Z (4 months ago)
- Last Synced: 2024-07-26T12:31:59.911Z (4 months ago)
- Language: Jupyter Notebook
- Size: 2.64 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📄✏ Credit Card Fraud Project
**Brief:** The **Credit Card Fraud Project** is a comprehensive endeavor aimed at developing systems and strategies to detect and prevent fraudulent activities related to credit card usage. It involves utilizing advanced technologies such as data analytics, machine learning, and artificial intelligence to analyze transactional data, identify suspicious patterns, and flag potentially fraudulent transactions. The project's goal is to safeguard consumers' financial information, minimize financial losses for individuals and businesses, and maintain the integrity of the global financial system.#### Dataset is taken from Kaggle and stored in mongodb
💿 Installing
1. Environment setup.
```
conda create --prefix venv python==3.8 -y
```
```
conda activate venv/
````
2. Install Requirements and setup
```
pip install -r requirements.txt
```
5. Run Application
```
python app.py
```🔧 Built with
- flask
- Python 3.8
- Machine learning
- Scikit learn
- 🏦 Industrial Use Cases