gni commited on
Commit
234999f
·
1 Parent(s): 605821c

docs: Add video demo section to README

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -13,6 +13,19 @@ A lightweight PII (Personally Identifiable Information) moderation MVP designed
13
 
14
  ---
15
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  ## 🛠️ Architecture
17
 
18
  1. **Core API (`/api`)**: FastAPI server powered by **Microsoft Presidio**.
 
13
 
14
  ---
15
 
16
+ ## 🎥 Demo
17
+
18
+ Check out Redac in action:
19
+
20
+ <div align="center">
21
+ <a href="https://www.youtube.com/shorts/OkwsoL4H5cc">
22
+ <img src="https://img.youtube.com/vi/OkwsoL4H5cc/0.jpg" alt="Redac Demo Video" width="300" style="border-radius: 20px;">
23
+ </a>
24
+ <p><i>Click to watch the demo on YouTube</i></p>
25
+ </div>
26
+
27
+ ---
28
+
29
  ## 🛠️ Architecture
30
 
31
  1. **Core API (`/api`)**: FastAPI server powered by **Microsoft Presidio**.