https://github.com/anuhyapeddi/creditcard-fraud-detection
Creating a program that can identify and validate credit card numbers. This typically includes taking the credit card number as input and applying the algorithm to verify its validity. The algorithm uses checksum formula used to validate various identification numbers, ensuring the entered credit card number is correctly formatted.
https://github.com/anuhyapeddi/creditcard-fraud-detection
hacktoberfest hacktoberfest-2024
Last synced: 8 months ago
JSON representation
Creating a program that can identify and validate credit card numbers. This typically includes taking the credit card number as input and applying the algorithm to verify its validity. The algorithm uses checksum formula used to validate various identification numbers, ensuring the entered credit card number is correctly formatted.
- Host: GitHub
- URL: https://github.com/anuhyapeddi/creditcard-fraud-detection
- Owner: Anuhyapeddi
- Created: 2023-11-17T17:19:09.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-02T01:28:47.000Z (about 1 year ago)
- Last Synced: 2025-01-03T09:49:00.830Z (9 months ago)
- Topics: hacktoberfest, hacktoberfest-2024
- Language: Jupyter Notebook
- Homepage:
- Size: 67.6 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Summary
Creating a program that can identify and validate credit card numbers. This typically includes taking the credit card number as input and applying the algorithm to verify its validity. The algorithm uses checksum formula used to validate various identification numbers, ensuring the entered credit card number is correctly formatted.
The dataset, which was used is a csv file, that contains information about the customers and their credit card numbers. The dataset contains the following columns:
* Name
* Credit Card Number
* Credit Card Type
* Phone Number
* Address
* CityThe program will read the csv file and validate the credit card numbers. The program will output the credit card number, credit card type, and whether the credit card number is valid or not.