Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# π€ RecToText Pro β Intelligent Lecture Transcriber
|
| 2 |
|
| 3 |
RecToText Pro is an AI-powered web application that converts mixed Urdu and English lecture recordings into structured, clean text output.
|
|
@@ -20,36 +32,13 @@ RecToText Pro is an AI-powered web application that converts mixed Urdu and Engl
|
|
| 20 |
|
| 21 |
- Python
|
| 22 |
- Streamlit
|
| 23 |
-
- faster-whisper
|
| 24 |
- openpyxl
|
| 25 |
- python-docx
|
| 26 |
- pydub
|
| 27 |
|
| 28 |
-
## π¦ Deployment on Hugging Face
|
| 29 |
-
|
| 30 |
-
1. Create new Streamlit Space
|
| 31 |
-
2. Upload:
|
| 32 |
-
- app.py
|
| 33 |
-
- requirements.txt
|
| 34 |
-
- README.md
|
| 35 |
-
3. Add a file named `packages.txt` containing:
|
| 36 |
-
ffmpeg
|
| 37 |
-
4. Commit and wait for build
|
| 38 |
-
|
| 39 |
## π» Run Locally
|
| 40 |
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
|
| 44 |
-
## β‘ Model Selection
|
| 45 |
-
|
| 46 |
-
- base β Faster, moderate accuracy
|
| 47 |
-
- small β Better accuracy, slightly slower
|
| 48 |
-
|
| 49 |
-
For CPU deployment, base is recommended.
|
| 50 |
-
|
| 51 |
-
## π Notes
|
| 52 |
-
|
| 53 |
-
- Supports long lecture recordings.
|
| 54 |
-
- AAC format supported.
|
| 55 |
-
- Optimized for Hugging Face CPU Spaces.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: RecToText Pro
|
| 3 |
+
emoji: π€
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: indigo
|
| 6 |
+
sdk: streamlit
|
| 7 |
+
sdk_version: 1.35.0
|
| 8 |
+
python_version: "3.10"
|
| 9 |
+
app_file: app.py
|
| 10 |
+
pinned: false
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
# π€ RecToText Pro β Intelligent Lecture Transcriber
|
| 14 |
|
| 15 |
RecToText Pro is an AI-powered web application that converts mixed Urdu and English lecture recordings into structured, clean text output.
|
|
|
|
| 32 |
|
| 33 |
- Python
|
| 34 |
- Streamlit
|
| 35 |
+
- faster-whisper
|
| 36 |
- openpyxl
|
| 37 |
- python-docx
|
| 38 |
- pydub
|
| 39 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 40 |
## π» Run Locally
|
| 41 |
|
| 42 |
+
```bash
|
| 43 |
+
pip install -r requirements.txt
|
| 44 |
+
streamlit run app.py
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|