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