Transaction anomaly and fraud risk intelligence.
transaction-fraud-detection-intelligence
FinTech security and transaction monitoring
Detect suspicious transactions using supervised and anomaly detection models.
Reduces financial leakage and improves fraud operations response speed.
Verified: https://www.kaggle.com/datasets/mlg-ulb/creditcardfraud
conda run -n ml-env streamlit run app.py
- Executive overview and business framing
- Prediction Center (single input + batch CSV)
- Model ranking leaderboard
- Model registry (all discovered model artifacts)
- Charts gallery (auto-load from charts/)
- Notebook traceability panel
Inside notebooks:
from path_setup import BASE, RAW, PROCESSED, MODELS, CHARTS, load_raw_csv
Project path helpers:
- path_utils.py
- notebooks/path_setup.py
This repo includes render.yaml. Connect repo in Render and deploy.
Start command used:
streamlit run app.py --server.port $PORT --server.address 0.0.0.0
Large assets are tracked with Git LFS (models, charts, data artifacts).