| --- |
| title: Knowbot |
| emoji: π₯ |
| colorFrom: yellow |
| colorTo: pink |
| sdk: gradio |
| sdk_version: 6.5.1 |
| app_file: app.py |
| pinned: false |
| short_description: ' Designed to be an intelligent assistant ' |
| --- |
| |
| Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference |
|
|
|
|
| # π€ KnowBot AI β Voice Transcription with Whisper (Gradio + OpenAI) |
|
|
| KnowBot AI is a simple **voice-to-text transcription app** built with **Gradio** and **OpenAI Whisper API (`whisper-1`)**. |
| It allows users to record their voice using a microphone and instantly get the transcription output. |
|
|
| --- |
|
|
| ## π Features |
|
|
| - π€ Record voice directly from the browser (microphone input) |
| - π§ Transcribe speech using **OpenAI Whisper (`whisper-1`)** |
| - π Supports accents and multiple languages |
| - π₯οΈ Clean and simple Gradio interface |
|
|
| --- |
|
|
| ## π οΈ Tech Stack |
|
|
| - Python 3.9+ |
| - Gradio |
| - OpenAI API (Whisper-1) |
| - Whisper |
|
|
| --- |
|
|
| ## π Project Structure |
|
|
| ```bash |
| KnowBotAI/ |
| βββ app.py |
| βββ requirements.txt |
| βββ README.md |
| |