MiakOnline commited on
Commit
bcc1c50
Β·
verified Β·
1 Parent(s): 78200a0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -27
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 (Whisper Open-Source Model)
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
- pip install -r requirements.txt
42
- streamlit run app.py
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