Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Anomix

Anomix is a full-stack behavioral fraud detection platform scaffold.

Stack

  • FastAPI backend
  • React + Vite frontend
  • PostgreSQL database
  • synthetic multi-user transaction generator
  • XGBoost-ready fraud scoring flow

Docs

Backend Database Workflow

Run migrations before starting the API:

cd backend
alembic upgrade head

Training Workflow

From backend/:

python -m ml.generate_dataset --rows 15000
python -m ml.train_model --dataset ml\data\synthetic_transactions.csv

Restart the backend after training so it reloads the saved model artifact.

Recent training metadata now includes:

  • train/test row counts
  • train/test user counts
  • split strategy
  • selected decision threshold

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages