--- 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