An Open-Source Intelligence tool leveraging computer vision and context processing for real-time identity recognition and information retrieval.
- Clone this repository.
- Create a virtual environment:
python -m venv .venv .venv\Scripts\activate
- Install the required dependencies:
pip install -r requirements.txt
- Run the main script:
python main.py
- Implement real-time video processing.
- Implement real-time facial detection.
- Implement subject capture and storage.
- Implement OSINT search.
- Implement subject grouping & classification.
- Automate subject information retrieval.