Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -11,7 +11,54 @@ pinned: false
|
|
| 11 |
short_description: Recording to Text
|
| 12 |
license: mit
|
| 13 |
---
|
|
|
|
| 14 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
# Welcome to Streamlit!
|
| 16 |
|
| 17 |
Edit `/src/streamlit_app.py` to customize this app to your heart's desire. :heart:
|
|
|
|
| 11 |
short_description: Recording to Text
|
| 12 |
license: mit
|
| 13 |
---
|
| 14 |
+
# 🎤 RecToText Pro – Intelligent Lecture Transcriber
|
| 15 |
|
| 16 |
+
RecToText Pro is an AI-powered web application that converts mixed Urdu and English lecture recordings into structured text. It supports Roman Urdu and English output formats and allows Excel export.
|
| 17 |
+
|
| 18 |
+
---
|
| 19 |
+
|
| 20 |
+
## 🚀 Features
|
| 21 |
+
|
| 22 |
+
- Upload .mp3, .wav, .m4a files
|
| 23 |
+
- Automatic Urdu + English speech detection
|
| 24 |
+
- Whisper-based transcription
|
| 25 |
+
- Roman Urdu or English output
|
| 26 |
+
- Text cleaning & formatting
|
| 27 |
+
- Excel export (.xlsx)
|
| 28 |
+
- Word count & processing time
|
| 29 |
+
- Professional Streamlit UI
|
| 30 |
+
- Hugging Face Spaces compatible
|
| 31 |
+
|
| 32 |
+
---
|
| 33 |
+
|
| 34 |
+
## 🛠 Tech Stack
|
| 35 |
+
|
| 36 |
+
- Python
|
| 37 |
+
- Streamlit
|
| 38 |
+
- OpenAI Whisper
|
| 39 |
+
- openpyxl
|
| 40 |
+
- pydub
|
| 41 |
+
|
| 42 |
+
---
|
| 43 |
+
|
| 44 |
+
## 📦 Hugging Face Deployment
|
| 45 |
+
|
| 46 |
+
1. Create a new Space
|
| 47 |
+
2. Choose Streamlit SDK
|
| 48 |
+
3. Upload:
|
| 49 |
+
- app.py
|
| 50 |
+
- requirements.txt
|
| 51 |
+
- README.md
|
| 52 |
+
4. Commit changes
|
| 53 |
+
5. Wait for build to complete
|
| 54 |
+
|
| 55 |
+
---
|
| 56 |
+
|
| 57 |
+
## 💻 Run Locally
|
| 58 |
+
|
| 59 |
+
```bash
|
| 60 |
+
pip install -r requirements.txt
|
| 61 |
+
streamlit run app.py
|
| 62 |
# Welcome to Streamlit!
|
| 63 |
|
| 64 |
Edit `/src/streamlit_app.py` to customize this app to your heart's desire. :heart:
|