Current video understanding models excel at semantic labeling but fail to capture the pragmatic and thematic progression of visual narratives. We introduce
FOUND (Forensic Observer and Unified Narrative Deducer), a novel, stateful architecture that demonstrates the ability to extract coherent emotional and thematic arcs from a sequence of disparate video inputs. This protocol serves as the foundational engine for the
FOUND Platform, a decentralized creator economy where individuals can own, control, and monetize their authentic human experiences as valuable AI training data.
The FOUND Protocol is more than an academic exercise; it is the core technology powering a new paradigm for the creator economy.
Clone this repository and install the required dependencies into a Python virtual environment.
1git clone https://huggingface.co/FOUND-LABS/found_protocol
2cd found_protocol
3python3 -m venv venv
4source venv/bin/activate
5pip install -r requirements.txt
Set your Google Gemini API key as an environment variable (e.g., in a .env file):
This open-source protocol is the first step in our public roadmap. The data it generates is the key to our future.
If you use the FOUND Protocol in your research, please use the following BibTeX entry.
1@misc{found_protocol_2025,
2 author = {FOUND LABS Community},
3 title = {FOUND Protocol: A Symbiotic Dual-Agent Architecture for the Consciousness Economy},
4 year = {2025},
5 publisher = {Hugging Face},
6 journal = {Hugging Face repository},
7 howpublished = {\url{https://huggingface.co/FOUND-LABS/found_protocol}}
8}