AnseMin commited on
Commit
bf4414c
·
1 Parent(s): 5da24ca

Update README to include demo video section

Browse files

- Added a new section for a demo video showcasing Markit's features, including multi-document processing and RAG chat.
- Included a link to the YouTube video and an embedded thumbnail for better visibility.
- Updated the table of contents to reflect the addition of the demo video section.

Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -18,11 +18,24 @@ hf_oauth: true
18
 
19
  A powerful Hugging Face Space that converts various document formats to Markdown and enables intelligent chat with your documents using advanced RAG (Retrieval-Augmented Generation).
20
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  <details>
22
  <summary><strong>Table of contents</strong></summary>
23
 
24
  <!-- Begin ToC -->
25
 
 
26
  - [Live Demos](#-live-demos)
27
  - [System Overview](#-system-overview)
28
  - [Environment Setup](#-environment-setup)
 
18
 
19
  A powerful Hugging Face Space that converts various document formats to Markdown and enables intelligent chat with your documents using advanced RAG (Retrieval-Augmented Generation).
20
 
21
+ ## 🎥 Demo Video
22
+
23
+ <div align="center">
24
+ <a href="https://www.youtube.com/watch?v=PmXu3Si6hXo">
25
+ <img src="https://img.youtube.com/vi/PmXu3Si6hXo/maxresdefault.jpg" alt="Markit Demo Video" width="600">
26
+ </a>
27
+
28
+ **[▶️ Watch Full Demo (YouTube)](https://www.youtube.com/watch?v=PmXu3Si6hXo)**
29
+
30
+ *Complete walkthrough of Markit's flagship features including multi-document processing, RAG chat, and advanced retrieval strategies*
31
+ </div>
32
+
33
  <details>
34
  <summary><strong>Table of contents</strong></summary>
35
 
36
  <!-- Begin ToC -->
37
 
38
+ - [Demo Video](#-demo-video)
39
  - [Live Demos](#-live-demos)
40
  - [System Overview](#-system-overview)
41
  - [Environment Setup](#-environment-setup)