Spaces:
Sleeping
Sleeping
Updated README.md
Browse files
README.md
CHANGED
@@ -1,12 +1,51 @@
|
|
1 |
-
---
|
2 |
-
title: KapNotes
|
3 |
-
emoji:
|
4 |
-
colorFrom: blue
|
5 |
-
colorTo: green
|
6 |
-
sdk: streamlit
|
7 |
-
sdk_version: 1.
|
8 |
-
app_file: app.py
|
9 |
-
pinned: false
|
10 |
-
|
11 |
-
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
title: KapNotes
|
3 |
+
emoji: π
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: green
|
6 |
+
sdk: streamlit
|
7 |
+
sdk_version: 1.42.0
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
license: mit
|
11 |
+
thumbnail: >-
|
12 |
+
https://cdn-uploads.huggingface.co/production/uploads/66a32cfc136216dc0adeda92/NSSPYzNHKQ0zEFA_3RtZa.png
|
13 |
+
short_description: An intuitive dashboard to extract valubale insight
|
14 |
+
---
|
15 |
+
# Kap Notes - Meeting Insights Dashboard π
|
16 |
+
|
17 |
+
Kap Notes is an intuitive dashboard designed to help you extract and analyze valuable insights from your meeting recordings. It provides a comprehensive breakdown of meeting details, including summaries, key highlights, actionable items, sentiment analysis, speaker analytics, and more. πβ¨
|
18 |
+
|
19 |
+
## Features π
|
20 |
+
|
21 |
+
### 1. **Meeting Summary** π
|
22 |
+
- Automatically generates a concise summary of the meeting.
|
23 |
+
- Extracts key points and actionable items for quick reference.
|
24 |
+
|
25 |
+
### 2. **Meeting Highlights** π‘
|
26 |
+
- Displays important takeaways from the meeting in bullet points.
|
27 |
+
|
28 |
+
### 3. **Actionable Items** β
|
29 |
+
- Lists tasks or action items identified during the meeting for follow-up.
|
30 |
+
|
31 |
+
### 4. **Sentiment Analysis** πππ
|
32 |
+
- Analyzes the overall sentiment of the meeting conversation over time.
|
33 |
+
- Visualizes sentiment trends using a smooth line graph.
|
34 |
+
|
35 |
+
### 5. **Speaker Analytics** π₯
|
36 |
+
- Breaks down talk time percentages for each speaker.
|
37 |
+
- Provides word-per-minute metrics for individual speakers.
|
38 |
+
|
39 |
+
### 6. **Audio Playback** π
|
40 |
+
- Allows users to listen to the original meeting audio directly from the dashboard.
|
41 |
+
|
42 |
+
### 7. **Chat Conversation** π¬
|
43 |
+
- Displays the full transcript of the meeting with timestamps and speaker labels.
|
44 |
+
|
45 |
+
### 8. **Commenting System** βοΈ
|
46 |
+
- Enables users to add comments or notes to the meeting for collaboration or future reference.
|
47 |
+
|
48 |
+
### 9. **Data Validation** βοΈ
|
49 |
+
- Ensures that all required data (summary, transcription, and audio) exists before displaying the dashboard.
|
50 |
+
|
51 |
+
---
|