Spaces:
Sleeping
Sleeping
File size: 898 Bytes
bcc1c50 857038c bcc1c50 653f7ba 83216f1 78200a0 653f7ba 78200a0 653f7ba 78200a0 653f7ba bcc1c50 653f7ba 78200a0 653f7ba bcc1c50 | 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 | ---
title: RecToText Pro
emoji: π€
colorFrom: blue
colorTo: indigo
sdk: streamlit
sdk_version: 1.55.0
python_version: '3.10'
app_file: app.py
pinned: false
---
# π€ RecToText Pro β Intelligent Lecture Transcriber
RecToText Pro is an AI-powered web application that converts mixed Urdu and English lecture recordings into structured, clean text output.
## π Features
- Upload MP3, WAV, M4A, AAC files (Up to 200MB)
- Automatic Urdu + English detection
- Long audio (30β60 min) supported
- Roman Urdu or English output
- Clean paragraph formatting
- Excel export with timestamps
- Word export with clean story formatting
- Language detection
- Word count
- Processing time display
- Hugging Face CPU compatible
## π Tech Stack
- Python
- Streamlit
- faster-whisper
- openpyxl
- python-docx
- pydub
## π» Run Locally
```bash
pip install -r requirements.txt
streamlit run app.py |