RReyesp commited on
Commit
8f97c92
·
1 Parent(s): c269194

docs: update demo video instructions

Browse files
Files changed (2) hide show
  1. .gitignore +5 -0
  2. README.md +5 -1
.gitignore CHANGED
@@ -13,6 +13,11 @@ eggs/
13
  lib/
14
  lib64/
15
  parts/
 
 
 
 
 
16
  sdist/
17
  var/
18
  wheels/
 
13
  lib/
14
  lib64/
15
  parts/
16
+
17
+ # Video files (submitted separately)
18
+ *.mp4
19
+ *.mov
20
+ *.avi
21
  sdist/
22
  var/
23
  wheels/
README.md CHANGED
@@ -25,7 +25,11 @@ Traditional "use Claude once and move on" workflows do not keep historical conte
25
 
26
  ## 🎥 Demo Video
27
 
28
- [Watch Demo](data/demo.mp4)
 
 
 
 
29
 
30
  ---
31
 
 
25
 
26
  ## 🎥 Demo Video
27
 
28
+ A demo video (3-4 minutes) is included with the hackathon submission showing:
29
+ - Live sentiment analysis of customer conversations
30
+ - Risk detection and churn prediction
31
+ - MCP tool invocation via Claude
32
+ - Real-time alerts and reporting
33
 
34
  ---
35