ArunK-2003 commited on
Commit
1154ed2
Β·
verified Β·
1 Parent(s): 5e48448

Updated README.md

Browse files
Files changed (1) hide show
  1. README.md +51 -12
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.41.1
8
- app_file: app.py
9
- pinned: false
10
- ---
11
-
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ ---