Views
No views yet
src/preprocessing.py: Data loading, scaling, and SMOTE for handling class imbalance.src/model.py: Random Forest model definition and evaluation.train.py: Main script to execute the training pipeline.app.py: Flask backend to serve predictions.templates/index.html: Premium web interface for testing the model.creditcard.csv: Dataset (Kaggle).pip install -r requirements.txtpython train.pypython app.pyhttp://127.0.0.1:5000 in your browser.