File size: 1,949 Bytes
1154ed2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---

title: KapNotes
emoji: πŸ“š
colorFrom: blue
colorTo: green
sdk: streamlit
sdk_version: 1.42.0
app_file: app.py
pinned: false
license: mit
thumbnail: >-
  https://cdn-uploads.huggingface.co/production/uploads/66a32cfc136216dc0adeda92/NSSPYzNHKQ0zEFA_3RtZa.png
short_description: An intuitive dashboard to extract valubale insight
---

# Kap Notes - Meeting Insights Dashboard 🌟

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. πŸ“Šβœ¨

## Features πŸš€

### 1. **Meeting Summary** πŸ“‘
   - Automatically generates a concise summary of the meeting.
   - Extracts key points and actionable items for quick reference.

### 2. **Meeting Highlights** πŸ’‘
   - Displays important takeaways from the meeting in bullet points.

### 3. **Actionable Items** βœ…
   - Lists tasks or action items identified during the meeting for follow-up.

### 4. **Sentiment Analysis** πŸ˜ŠπŸ˜πŸ˜•
   - Analyzes the overall sentiment of the meeting conversation over time.
   - Visualizes sentiment trends using a smooth line graph.

### 5. **Speaker Analytics** πŸ‘₯
   - Breaks down talk time percentages for each speaker.
   - Provides word-per-minute metrics for individual speakers.

### 6. **Audio Playback** πŸ”‰
   - Allows users to listen to the original meeting audio directly from the dashboard.

### 7. **Chat Conversation** πŸ’¬
   - Displays the full transcript of the meeting with timestamps and speaker labels.

### 8. **Commenting System** ✍️
   - Enables users to add comments or notes to the meeting for collaboration or future reference.

### 9. **Data Validation** βœ”οΈ
   - Ensures that all required data (summary, transcription, and audio) exists before displaying the dashboard.

---