moddux/mod-osint
0
MOD-OSINT (Beta Sanitized Build)
This branch is the sanitized beta deployment bundle for:
- Hugging Face Space: https://huggingface.co/spaces/moddux/mod-osint
What is included:
- Runtime engine (
engine/) - Runtime modules (
modules/) - Streamlit GUI (
gui/) - Docker runtime files (
Dockerfile,requirements-hf.txt,scripts/docker_entrypoint.sh)
What is excluded:
- Audit logs and runtime logs
- Development TODO/progress notes
- Internal vault/secrets files
- Non-runtime integrations and large artifacts
Local Run
docker build -t mod-osint-beta .
docker run --rm -p 7860:7860 mod-osint-betaThen open: http://localhost:7860
