--- title: mod-osint emoji: "🧠" colorFrom: gray colorTo: blue sdk: docker app_port: 7860 pinned: false --- # 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 ```bash docker build -t mod-osint-beta . docker run --rm -p 7860:7860 mod-osint-beta ``` Then open: http://localhost:7860