CesarWKR1 commited on
Commit
b8d3d37
·
verified ·
1 Parent(s): f11ed1c

Add Youtube demo link

Browse files
Files changed (1) hide show
  1. README.md +20 -1
README.md CHANGED
@@ -1473,4 +1473,23 @@ The model repository includes:
1473
  - config files
1474
  - vocabulary files
1475
 
1476
- making the model fully compatible with Hugging Face Transformers.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1473
  - config files
1474
  - vocabulary files
1475
 
1476
+ making the model fully compatible with Hugging Face Transformers.
1477
+
1478
+
1479
+ ## 🎥 YouTube API Demo
1480
+ A full video demonstration of the Sentiment Analysis API is also available on YouTube.
1481
+
1482
+ The video showcases:
1483
+
1484
+ - How to launch the FastAPI inference service
1485
+ - How to use the web interface
1486
+ - Real-time sentiment prediction testing
1487
+ - Multilingual text inference
1488
+ - API response behavior
1489
+ - End-to-end model interaction
1490
+
1491
+ 📺 Watch the demo here:
1492
+
1493
+ https://www.youtube.com/watch?v=ExuS0F8i0Wo
1494
+
1495
+ This demo provides a quick overview of how the deployed inference system works in practice.