{"id":48242641,"url":"https://github.com/botsarefuture/voice-training-platform","last_synced_at":"2026-04-04T20:20:12.685Z","repository":{"id":340528619,"uuid":"1166451625","full_name":"botsarefuture/voice-training-platform","owner":"botsarefuture","description":null,"archived":false,"fork":false,"pushed_at":"2026-02-25T09:01:22.000Z","size":36,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-25T13:15:06.960Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/botsarefuture.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-25T08:36:22.000Z","updated_at":"2026-02-25T09:01:46.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/botsarefuture/voice-training-platform","commit_stats":null,"previous_names":["botsarefuture/voice-training-platform"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/botsarefuture/voice-training-platform","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/botsarefuture%2Fvoice-training-platform","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/botsarefuture%2Fvoice-training-platform/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/botsarefuture%2Fvoice-training-platform/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/botsarefuture%2Fvoice-training-platform/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/botsarefuture","download_url":"https://codeload.github.com/botsarefuture/voice-training-platform/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/botsarefuture%2Fvoice-training-platform/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31412476,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T20:09:54.854Z","status":"ssl_error","status_checked_at":"2026-04-04T20:09:44.350Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-04-04T20:20:12.536Z","updated_at":"2026-04-04T20:20:12.634Z","avatar_url":"https://github.com/botsarefuture.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Voice Training Platform for Transwomen\n\nLocal-first voice training platform with live feedback, guided exercises, and progress tracking.\n\n## Features\n- **Audio recording + Whisper transcription** (local processing)\n- **Multi‑dimensional feedback**: pitch, variability, resonance proxies, loudness\n- **Guided training modules** (warm‑ups, pitch, resonance, prosody, pragmatics)\n- **Progress dashboard** (session history + multi‑metric trends)\n- **Community sharing** (anonymous posts + optional audio linking)\n- **Secure audio storage** (local storage with restrictive permissions)\n- **Offline-first support** (PWA service worker + local backend)\n- **GDPR tools** (data export + deletion endpoints)\n\n## Project Structure\n```\nvoice-training-platform/\n├── backend/          # Flask backend API\n├── frontend/         # React + Vite frontend\n├── docs/             # Documentation\n├── scripts/          # Utility scripts\n└── README.md\n```\n\n## Quick Start\n\n### Backend\n```bash\ncd backend\npython -m venv .venv\nsource .venv/bin/activate\npip install -r requirements.txt\npython app.py\n```\n\n### Frontend\n```bash\ncd frontend\nnpm install\nnpm run dev\n```\n\nFrontend connects to `http://localhost:5000` by default. Configure with `VITE_API_BASE` if needed.\n\n## API Summary\n- `POST /api/users` → create local user\n- `GET /api/users/\u003cid\u003e` → user profile\n- `DELETE /api/users/\u003cid\u003e` → GDPR delete\n- `GET /api/users/\u003cid\u003e/export` → GDPR export\n- `POST /api/audio/upload` → upload + transcription + analysis\n- `GET /api/progress/\u003cuser_id\u003e` → progress dashboard data\n- `GET/POST /api/modules` → training modules\n- `GET/POST /api/community` → community posts\n\n## Offline Capability\nRun backend locally and use the PWA service worker to cache UI assets. Audio processing stays on-device via the local backend.\n\n## Security \u0026 Privacy\n- Audio files saved to `backend/data/uploads/\u003cuser_id\u003e/` with `0600` permissions.\n- No external cloud calls by default.\n- GDPR export and delete endpoints included.\n- Practice reminders emphasize safe, short sessions and vocal health.\n\n## Next Steps\n- Add authentication and per-user access control\n- Add advanced formant and resonance analysis\n- Enrich training modules with multimedia guidance\n- Mobile deployment via PWA or native wrapper\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbotsarefuture%2Fvoice-training-platform","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbotsarefuture%2Fvoice-training-platform","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbotsarefuture%2Fvoice-training-platform/lists"}