# VoiceCommons Low Resource Language Toolkit
## Low-resource language data toolkit
Creates an auditable local dataset manifest for community-contributed speech clips without pretending to solve speech recognition with a tiny demo.
```mermaid
flowchart LR
I[Field observations] --> E[Local decision engine] --> O[Prioritized output] --> H[Expert review]
```
## Run
```bash
python -m pip install -r requirements.txt
python run.py
```
The demo creates `artifacts/dataset_manifest.json`. All included data is synthetic. This is a research prototype, not a certified medical, safety, disaster-response, environmental, or public-health system. Validate with domain experts before deployment.
## License
MIT