Credit Card Fraud Detection is a Machine Learning project designed to identify fraudulent credit card transactions.
The system uses supervised machine learning algorithms to classify transactions as:
Legitimate Transaction
Fraudulent Transaction
The project includes data preprocessing, model training, evaluation, and a Streamlit web application for prediction.