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