feat: add demo video
Browse files
README.md
CHANGED
|
@@ -14,7 +14,7 @@ Sentiment Evolution Tracker is an enterprise-ready monitoring stack that runs as
|
|
| 14 |
|
| 15 |
## Why This Exists
|
| 16 |
|
| 17 |
-
Traditional
|
| 18 |
|
| 19 |
- Automated trend detection (RISING / DECLINING / STABLE)
|
| 20 |
- Churn probability scoring with configurable thresholds
|
|
@@ -23,6 +23,12 @@ Traditional “use Claude once and move on” workflows do not keep historical c
|
|
| 23 |
- ASCII and HTML visualizations for demos and stakeholders
|
| 24 |
- Seven MCP tools that Claude (or any MCP-compatible LLM) can invoke on demand
|
| 25 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
## Installation
|
| 27 |
|
| 28 |
```powershell
|
|
|
|
| 14 |
|
| 15 |
## Why This Exists
|
| 16 |
|
| 17 |
+
Traditional "use Claude once and move on" workflows do not keep historical context, trigger alerts, or generate portfolio-level insights. Sentiment Evolution Tracker solves that by providing:
|
| 18 |
|
| 19 |
- Automated trend detection (RISING / DECLINING / STABLE)
|
| 20 |
- Churn probability scoring with configurable thresholds
|
|
|
|
| 23 |
- ASCII and HTML visualizations for demos and stakeholders
|
| 24 |
- Seven MCP tools that Claude (or any MCP-compatible LLM) can invoke on demand
|
| 25 |
|
| 26 |
+
## 🎥 Demo Video
|
| 27 |
+
|
| 28 |
+
[Watch Demo](data/demo.mp4)
|
| 29 |
+
|
| 30 |
+
---
|
| 31 |
+
|
| 32 |
## Installation
|
| 33 |
|
| 34 |
```powershell
|
app.py
CHANGED
|
@@ -1,8 +1,6 @@
|
|
| 1 |
#!/usr/bin/env python
|
| 2 |
# -*- coding: utf-8 -*-
|
| 3 |
-
|
| 4 |
-
App.py para Hugging Face Spaces - Demonstración interactiva del MCP NLP Server
|
| 5 |
-
"""
|
| 6 |
|
| 7 |
import streamlit as st
|
| 8 |
import sqlite3
|
|
|
|
| 1 |
#!/usr/bin/env python
|
| 2 |
# -*- coding: utf-8 -*-
|
| 3 |
+
|
|
|
|
|
|
|
| 4 |
|
| 5 |
import streamlit as st
|
| 6 |
import sqlite3
|