knowbot / README.md
Decim@97
Knowbot first commit
04e75ed

A newer version of the Gradio SDK is available: 6.9.0

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

KnowBotAI/
│── app.py
│── requirements.txt
│── README.md