File size: 1,039 Bytes
d32f192 04e75ed | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 | ---
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
|