File size: 772 Bytes
b75c637
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
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