Logo Lanfrica

sheldonmainye/Kasuku-Transcriber

Domaine:

natural language processing

Type de record:

softwaretools
Créateur:
she
Hôte:
A speech to text web app for people with speech impairments that has support for Kenyan English & Swahili accents # Kasuku - A simple speech transcription web app designed for non-standard speech patterns. The Kasuku webapp helps you convert audio recordings into text with support for Kenyan English and Swahili accents. # 🚀 Live Deployment of Demo Webapp # Technology Stack | Category | Technologies | | :--- | :--- | | **Framework** | | | **Language** | | | **Infrastructure** | | | **Version Control** | | # ✨ Features * **Audio Recording**: Record yourself directly in the browser * **Multi-language Support** : Transcribe speech in English and Swahili * **Real-time Processing**: Get instant transcription results * **Save & Manage**: Keep track of all your transcriptions with timestamps * **Search Functionality**: Find specific transcriptions by content * **Export Options**: Copy or save your transcriptions for later use # ⚙️ How it works ```mermaid flowchart TD A[🚀 Start Here] --> B[🔐 1. Login] B --> C[ ✅ 2. Select Language] C --> C1[Choose English or Swahili] C1 --> D[🎤 3. Record Audio] D --> D1[Allow Microphone Access] D1 --> D2[Click Microphone Button] D2 --> D3[The User Records Themselves] D3 --> D4[Click Stop] D4 --> E[📝 4. Transcribe] E --> E1[Click Transcribe Button] E1 --> E2[Wait for Processing] E2 --> E3[A Green Card with the Transcribed text Appears with 4 options] E3 --> F[💾 5. Manage Transcription] F --> F1[Speak Transcription] F --> F2[Copy] F --> F3[Save] F --> F4[Delete Card] F1 --> F1a[Select Gender Voice] F1a --> F1b[Listen to Transcription] F1b --> F F2 --> F2a[Text Copied to Clipboard] F2a --> F F3 --> G[📚 6. View Saved Transcriptions] F4 --> D2 G --> G1[Search Cards] G --> G2[Filter by Language] G --> G3[View Saved Cards] G3 --> H[Saved Card Options] H --> H1[Speak] H --> H2[Copy] H --> H3[Delete] H1 --> H1a[Select Language Voice] H1a --> H1b[Listen to Card] H1b --> H H2 --> H2a[Text Copied to Clipboard] H2a --> H H3 --> H3a[Card Deleted] H3a --> G style A fill:#ff9800,color:#000,stroke:#e65100,stroke-width:3px …