metadata
license: mit
language:
- en
tags:
- zeek
- network-anomaly-detection
- ml
- research
π Try It Live (Google Colab Demo)
You can test the Truth-Zeeker AI model directly in Google Colab using the link below. This demo notebook automatically loads the model from Hugging Face and runs inference on a small pseudonymized Zeek dataset.
π Demo Outputs
Sample visualization:
This chart shows the top anomalous hosts detected by Truth-Zeeker AI on a
pseudonymized VLAN dataset (for demonstration only).
π§ Model and Data
- Model:
model_20251020.joblib - Demo CSV:
zeek_features_for_training_pseudo.csv
These files are hosted on Hugging Face under the repositorydr-rakshith-truth-zeeker/truth-zeeker-ai-demo
Truth-Zeeker AI β Model Card (demo)
Overview
Small demonstration model for the Truth-Zeeker AI pipeline.
This repo contains a tiny synthetic dataset and a demo script that trains/loads a minimal model and shows predictions.
Intended use
Educational / research demo only. Not for production. Use only with sanitized or synthetic data.
Model details
- Algorithm (demo): IsolationForest (scikit-learn) for anomaly scoring
- Input features: duration, orig_bytes, resp_bytes
- Output: anomaly score / binary flag
Limitations
- Demo model is trained on synthetic data and is not validated on real traffic.
- Do not use with real PHI/PII or production network environments.
License
MIT
