Spaces:
Sleeping
Sleeping
| 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 |