pip install -r requirements.txtstreamlit run app.pyThe dashboard will open automatically in your browser!
- In the dashboard, go to "Data Analysis" tab
- Select "Use Sample Data" in the sidebar
- Click "Generate Sample Data"
- Go to "Train Model" tab
- Click "🚀 Train Model"
- Go to "Detect Anomalies" tab
- Click "🔍 Run Detection"
- View results in "Visualizations" tab
# Train on sample data
python train_model.py --sample-data --n-samples 5000
# Train on your own CSV file
python train_model.py --data your_logs.csv --model allThat's it! 🎉