Spaces:
Sleeping
Sleeping
KevinGengGavo
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1 +1,31 @@
|
|
1 |
-
#
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Academic Presentation Rehearsal Agent
|
2 |
+
This is the git repository for the Academic Presentation Rehearsal Agent.
|
3 |
+
|
4 |
+
## Purpose
|
5 |
+
|
6 |
+
The app will allow users to:
|
7 |
+
1. Upload their presentation materials (Paper PDFs / Slides).
|
8 |
+
2. Record presentations using Zoom-like features with webcam and microphone input.
|
9 |
+
|
10 |
+
## Function Descriptions
|
11 |
+
### Evaluation Module
|
12 |
+
1. **Overall Feedback on Logical Flow Based on Presentation Materials:**
|
13 |
+
- **Example:**
|
14 |
+
- **Bad Description Order:**
|
15 |
+
- **Issue:** The slides show Fig. 1 and Fig. 2, but the presenter describes Fig. 2 first and then Fig. 1.
|
16 |
+
- **Expected Feedback:** `<Start_time_stamp> <Stop_time_Stamp>: You described the figures in an improper order. Please consider correcting this.`
|
17 |
+
- **Lack of Relation:**
|
18 |
+
- **Issue:** Pages 2 and 3 cover completely different topics, yet there is no transition between them.
|
19 |
+
- **Expected Feedback:** `<Start_time_stamp> <Stop_time_Stamp>: There is a lack of connection between topics. Please consider adding a bridging explanation.`
|
20 |
+
|
21 |
+
2. **Narration Intelligibility Checking (NLP-based):**
|
22 |
+
- Transcribe the presenter's utterances and identify poorly described parts (grammar errors, non-professional terms, etc.).
|
23 |
+
- **Expected Feedback:** `<Start_time_stamp> <Stop_time_Stamp>: Improper description. Please try to say: ***`
|
24 |
+
|
25 |
+
3. **Accentedness Checking:**
|
26 |
+
- Focus on the quality of local pronunciation and point out poorly pronounced words. If possible, provide the proper pronunciation.
|
27 |
+
|
28 |
+
### UI Model
|
29 |
+
1. As the video/audio will be a temporal sequence, label the timestamps of the parts that need fixing.
|
30 |
+
2. Make it interactive: by clicking the timestamp link, the playback should jump to the related timestamp.
|
31 |
+
3. Provide feedback as a PDF report or a video with annotations.
|