CoolFace
Apppublic

moddux/mod-osint

sourceHugging Faceupdated 7mo agoView on Hugging Face
0likes
App README

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