| license | apache-2.0 | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| language |
|
||||||||||
| tags |
|
Open-source Pashto language technology hub for datasets, models, benchmarks, ASR, TTS, NLP, and machine translation.
This project helps contributors find, verify, and improve Pashto AI resources in one place.
- Search technical resources: Pashto Resource Search
- Search papers/documentation: Pashto Papers Search
- Read beginner docs: docs/README.md
- Project site: Pashto Language Resources Hub
- GitHub repo: Musawer1214/pashto-language-resources
- Hugging Face mirror: Musawer14/pashto-language-resources
resources/verified external resources (dataset/model/benchmark/tool/paper/project/code)data/normalization seeds and dataset workflowsasr/speech recognition notes and baselinestts/text-to-speech notes and baselinesbenchmarks/result schemas and evaluation templatesdocs/documentation, SEO, release, and operations guides
- Daily workflow (
.github/workflows/resource_sync.yml) discovers candidates. - Valid non-duplicate entries are promoted into
resources/catalog/resources.json. - Search data and README views are regenerated.
- Run scripts locally to discover, validate, and regenerate outputs.
python -m venv .venv
. .venv/bin/activate
pip install -e ".[dev]"
python scripts/validate_resource_catalog.py
python scripts/generate_resource_views.py
python scripts/validate_repo_contracts.py --require-jsonschema
python scripts/audit_resource_pipeline.py
python scripts/check_links.py
python -m pytest -qUse one supported local setup path from repo root:
python -m venv .venv
. .venv/bin/activate
pip install --upgrade pip
pip install -e ".[dev]"Windows PowerShell:
python -m venv .venv
.venv\Scripts\Activate.ps1
python -m pip install --upgrade pip
python -m pip install -e ".[dev]"- Contribution guide: CONTRIBUTING.md
- Community communication: community/COMMUNICATION.md
- Resource guidelines: docs/dataset_guidelines.md
- SEO playbook: docs/discoverability_seo.md
- GitHub topics checklist: docs/github_topics_checklist.md
- Backlink strategy: docs/backlink_strategy.md
- Platform sync policy: docs/platform_sync_policy.md
- Search UI source: docs/search/index.html
- Papers UI source: docs/papers/index.html
- Citation metadata: CITATION.cff
- Release notes index: docs/releases/README.md
- Latest release notes: v1.2.1
- Changelog: CHANGELOG.md