---
license: apache-2.0
---
# Fast Whisper WebUI NEW Update
## huggingface.co spaces
Fast Whisper WebUI
https://huggingface.co/spaces/gobeldan/Fast-Whisper-Small-Webui
# Clone repository
***(1)git clone https://huggingface.co/spaces/gobeldan/Fast-Whisper-Small-Webui***
***(2) cd Fast-Whisper-Small-Webui***
Before you clone or download this code on your PC, let me make it clear to you that the coding and software that I have released on GitHub is from Hugging Face. I am already making this clear.
The URL is given above. Even if it doesn't work, it is still released on GitHub. I am already making this clear to you.
Here is how to install it: First you have to download it, right? Then, as I have given you the details of the files, you have to tell ChatGPT that description and ask it, "Tell me how to install it." It will tell you how. Like, I will tell you.
---
### CPU / GPU Requirements (VIP Info)
### Models Best Name
*CPU (small) – 461 MB*
*CPU/GPU (medium) – 1.42 GB*
*4 VRAM GPU – (Systran/faster-whisper-large-v1) – 3.09 GB*
### Fast Whisper WebUI
### A total of 107 languages are listed:
### English, Urdu, Hindi, Afrikaans, Albanian, Amharic, Arabic, Armenian, Assamese, Azerbaijani, Bashkir, Basque, Belarusian, Bengali, Bosnian, Breton, Bulgarian, Burmese, Castilian, Catalan, Chinese, Croatian, Czech, Danish, Dutch, Estonian, Faroese, Finnish, Flemish, French, Galician, Georgian, German, Greek, Gujarati, Haitian, Haitian Creole, Hausa, Hawaiian, Hebrew, Hungarian, Icelandic, Indonesian, Italian, Japanese, Javanese, Kannada, Kazakh, Khmer, Korean, Lao, Latin, Latvian, Letzeburgesch, Lingala, Lithuanian, Luxembourgish, Macedonian, Malagasy, Malay, Malayalam, Maltese, Mandarin, Maori, Marathi, Moldavian, Moldovan, Mongolian, Myanmar, Nepali, Norwegian, Nynorsk, Occitan, Panjabi, Pashto, Persian, Polish, Portuguese, Punjabi, Pushto, Romanian, Russian, Sanskrit, Serbian, Shona, Sindhi, Sinhala, Sinhalese, Slovak, Slovenian, Somali, Spanish, Sundanese, Swahili, Swedish, Tagalog, Tajik, Tamil, Tatar, Telugu, Thai, Tibetan, Turkish, Turkmen, Ukrainian, Uzbek, Valencian, Vietnamese, Welsh, Yiddish, Yoruba
### Audio Transcription
### SRT to Text
### Remove timers
### Clean Text - Remove Special Characters
### File Uploader
### 🎙 Audio Transcription & Text Processing Toolkit
🚀 What This Tool Does:
### 1. Audio Transcription
· Convert Speech to Text - Transcribe audio files to written text
· Multiple Input Sources - Upload files, record microphone, or use URLs
· Multi-language Support - 107 languages including Urdu, English, Arabic, Hindi
· Generate Subtitles - Create SRT files automatically
· Offline Processing - Works completely offline with local AI models
### 2. Text Processing & Cleaning
· Remove Special Characters - Clean text from unwanted symbols
· Timer Removal - Extract pure text from subtitle files (remove timestamps)
· Format Conversion - Convert text to TXT, HTML, JSON, XML, CSV formats
· File Reading - Read content from various file types (PDF, SRT, DOC, etc.)
### 3. File Management
· Automatic Organization - Saves all outputs in organized folders
· Batch Processing - Handle multiple files at once
· Download Ready - Instant download of processed files
### 💡 Key Features:
· 🎯 Accurate Transcription - AI-powered speech recognition
· 🌐 Multi-format Support - Works with audio, video, and text files
· ⚡ Fast Processing - Local processing for quick results
· 📁 Smart Storage - Automatic file organization
· 🔧 Text Tools - Complete text cleaning and conversion toolkit
### 🎯 Perfect For:
· Content Creators - Transcribe podcasts, videos, interviews
· Students & Researchers - Convert lectures and research materials
· Business Professionals - Meeting transcriptions and document processing
· Writers & Translators - Text cleaning and format conversion
· Anyone needing to convert speech to text or process text files efficiently!
---
### "Your All-in-One Solution for Audio Transcription and Text Processing - Fast, Accurate, and Completely Offline!" 🎉
### Want to talk or ask something?
Just click the YouTube link below! You'll find my 📧 email there and can message me easily. 👇
🎥 *YouTube Channel:* @nzg73
🔗 https://youtube.com/@NZG73
---
### Contact Email 👇👇👀
*E-mail:*
nzgnzg73@gmail.com
### 1. Clone the Repository
[Python 3.10.11](https://www.python.org/downloads/release/python-31011/)
Open your terminal or command prompt and clone the repository.
```bash
git clone https://github.com/nzgnzg73/Fast-Whisper-Small-Webui.git
cd Fast-Whisper-Small-Webui
```
### 1. Clone the Repository
### 2. Set Up a Python Virtual Environment
[Python 3.10.11](https://www.python.org/downloads/release/python-31011/)
Create a virtual environment using python 3.10 to avoid dependency conflicts
```bash
py -3.10 -m venv venv
```
### 3. Activate the virtual environment.
```bash
venv\scripts\activate
```
### GPU:
```bash
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121
```
### CPU:
```bash
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
```
### 4. Install the Project and Dependencies
Users with 10 series NVidia cards or AMD GPUs need to manually install the proper torch 2.6.0 versions.
Otherwise just install from requirements.txt
```bash
pip install -r requirements.txt
```
## Running the Application
With your virtual environment still active, run the script:
```bash
python app.py
```