Spaces:
Sleeping
Sleeping
File size: 2,397 Bytes
5716b24 5ef0309 3af7476 5ef0309 9bef6e7 c1710d4 5ef0309 edc516a 94f48eb |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 |
---
title: AcaPre_Agent
colorFrom: blue
colorTo: blue
sdk: gradio
sdk_version: 4.44.0
app_file: app.py
pinned: false
license: afl-3.0
---
# Academic Presentation Rehearsal Agent
This is the git repository for the Academic Presentation Rehearsal Agent.

## Purpose
The app will allow users to:
1. Upload their presentation materials (Paper PDFs / Slides).
2. Record presentations using Zoom-like features with webcam and microphone input.
## Function Descriptions
### Evaluation Module
1. **Overall Feedback on Logical Flow Based on Presentation Materials:**
- **Example:**
- **Bad Description Order:**
- **Issue:** The slides show Fig. 1 and Fig. 2, but the presenter describes Fig. 2 first and then Fig. 1.
- **Expected Feedback:** `<Start_time_stamp> <Stop_time_Stamp>: You described the figures in an improper order. Please consider correcting this.`
- **Lack of Relation:**
- **Issue:** Pages 2 and 3 cover completely different topics, yet there is no transition between them.
- **Expected Feedback:** `<Start_time_stamp> <Stop_time_Stamp>: There is a lack of connection between topics. Please consider adding a bridging explanation.`
2. **Narration Intelligibility Checking (NLP-based):**
- Transcribe the presenter's utterances and identify poorly described parts (grammar errors, non-professional terms, etc.).
- **Expected Feedback:** `<Start_time_stamp> <Stop_time_Stamp>: Improper description. Please try to say: ***`
3. **Accentedness Checking:**
- Focus on the quality of local pronunciation and point out poorly pronounced words. If possible, provide the proper pronunciation.
- **Expected Feedback:** `<Start_time_stamp> <Stop_time_Stamp>: Unintelligibile Pronouciation. Please try to say: ***`
### UI Module
1. As the video/audio will be a temporal sequence, label the timestamps of the parts that need fixing.
2. Make it interactive: by clicking the timestamp link, the playback should jump to the related timestamp.
3. Provide feedback as a PDF report or a video with annotations.

---
title: Acapre Agent
emoji: 🏢
colorFrom: gray
colorTo: red
sdk: gradio
sdk_version: 4.44.0
app_file: app.py
pinned: false
license: apache-2.0
---
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|