https://github.com/purplelemons-dev/ai-osint
https://github.com/purplelemons-dev/ai-osint
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/purplelemons-dev/ai-osint
- Owner: purplelemons-dev
- License: gpl-3.0
- Created: 2024-04-04T01:40:18.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-24T06:18:17.000Z (over 1 year ago)
- Last Synced: 2026-02-14T05:06:46.798Z (4 months ago)
- Language: Python
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AI-OSINT
basically information density theory
throw enough data at an AI and it'll eventually figure out what you're looking for
## Download/run
### Python
```bash
git clone https://github.com/purplelemons-dev/ai-osint.git && \
cd ai-osint/src && \
python -m ai_osint --email "someone@example.com"
```
### Docker
```bash
git clone https://github.com/purplelemons-dev/ai-osint.git && \
docker compose run --rm ai-osint --email "someone@example.com"
```
### API
```bash
git clone https://github.com/purplelemons-dev/ai-osint.git && \
cd ai-osint && \
docker compose up -d && \
curl -X POST -H "Content-Type: application/json" -d '{"email": "someone@example.com"}' http://localhost:10021/
```