(IMP : NEED DOCKER TO RUN THIS APP)
- Docker
- Docker Compose
1.Clone this repo first
bash git clone https://github.com/madvith/credit-card-fraud-detection.git cd credit-card-fraud-detection
Important: The dataset is too large to be included in the repository.
-
Download the dataset from Kaggle: Credit Card Fraud Detection Data
-
Extract the
creditcard.csvfile. -
Place
creditcard.csvinside thedata/directory (create the directory if it doesn't exist). -
Build and start the container:
docker compose up --build
-
Access the application in your browser: http://localhost:8501
To stop the container, press Ctrl+C or run:
docker compose downapp.py: Main application file.model/: Directory containing the trained model.data/: Directory for datasets.