sunheycho commited on
Commit
f999852
·
1 Parent(s): 5febe49

Update README to use GitHub demo.gif URL

Browse files

- Changed demo.gif reference to external GitHub URL
- Points to https://github.com/HGboda/vision-web-app/raw/master/demo.gif
- Avoids Hugging Face binary file restrictions
- Demo will display properly in README

Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -8,6 +8,12 @@ pinned: false
8
  license: gpl-3.0
9
  ---
10
 
 
 
 
 
 
 
11
  # Vision LLM Agent - Object Detection with AI Assistant
12
 
13
  A multi-model object detection and image classification demo with LLM-based AI assistant for answering questions about detected objects. This project uses YOLOv8, DETR, and ViT models for vision tasks, and TinyLlama for natural language processing. The application includes a secure login system to protect access to the AI features.
 
8
  license: gpl-3.0
9
  ---
10
 
11
+ ## 🎬 Demo
12
+
13
+ ![Vision LLM Agent Demo](https://github.com/HGboda/vision-web-app/raw/master/demo.gif)
14
+
15
+ *Live demo showing product comparison analysis with image upload, real-time processing, and detailed results across multiple analysis tabs.*
16
+
17
  # Vision LLM Agent - Object Detection with AI Assistant
18
 
19
  A multi-model object detection and image classification demo with LLM-based AI assistant for answering questions about detected objects. This project uses YOLOv8, DETR, and ViT models for vision tasks, and TinyLlama for natural language processing. The application includes a secure login system to protect access to the AI features.