@@ -8,81 +8,76 @@ Transform your Intel® hardware into powerful AI and edge computing solutions wi
88
99| ** Use Case** | ** What You'll Build** | ** Time** | ** Learn** |
1010| -------------------------------------------------------------------------------------- | ----------------------------- | --------- | --------------------------------- |
11- | [ ** 🤖 Chat with Local LLMs** ] ( ../usecases/ai/openwebui-ollama/README.md ) | Private ChatGPT\* alternative | ⏱️ 10 min | LLM deployment, web interfaces |
12- | [ ** 🎥 AI Video Analytics** ] ( ../usecases/ai/ai-video-analytics/README.md ) | Smart video content analysis | ⏱️ 15 min | Computer vision, semantic search |
13- | [ ** 💬 Edge AI Demo Studio (Digital Avatar)** ] ( ../usecases/ai/edge-ai-demo-studio/README.md ) | AI microservices | ⏱️ 20 min | Multi-modal AI, speech processing |
11+ | [ ** 💬 Edge AI Demo Studio (Digital Avatar)** ] ( ../samples/ai/edge-ai-demo-studio/README.md ) | AI microservices | ⏱️ 20 min | Multi-modal AI, speech processing |
1412
1513### 🟡 ** Intermediate** _ (Some AI/Development Experience)_
1614
1715| ** Use Case** | ** What You'll Build** | ** Time** | ** Learn** |
1816| -------------------------------------------------------------------------- | ------------------------------ | --------- | ------------------------------------ |
19- | [ ** 📚 RAG Knowledge Base** ] ( ../usecases/ai/rag-toolkit/README.md ) | Enterprise AI knowledge system | ⏱️ 30 min | RAG patterns, vector databases |
20- | [ ** 🚗 Smart Parking** ] ( ../usecases/ai/smart-parking/README.md ) | IoT-powered parking management | ⏱️ 45 min | IoT integration, real-time analytics |
21- | [ ** 📹 Video Summarization** ] ( ../usecases/ai/video_summarization/README.md ) | AI-powered video insights | ⏱️ 60 min | Multi-modal AI, content analysis |
22- | [ ** 📄 Visual & Textual Query-driven Document Reasoning Engine** ] ( ../usecases/ai/visual-textual-query-driven-document-reasoning-engine/README.md ) | Document Search & Retrieval Engine | ⏱️ 30 min | Document embedding, VLM |
23- | [ ** 🎬 VLM Video Summarization and Interactive Chat** ] ( ../usecases/ai/vlm-video-summarization-and-interactive-chat/README.md ) | AI video analysis with interactive chat | ⏱️ 30 min | VLM, vector embeddings, semantic search |
24- | [ ** 🤖 Manufacturing HMI with LLM & GenAI** ] ( ../usecases/ai/manufacturing-hmi-llm-genai/README.md ) | Manufacturing Defect Detection Agent | ⏱️ 90 min | Robotics, Object Detection, LLM, RAG |
17+ | [ ** 🚗 Smart Parking** ] ( ../samples/ai/smart-parking/README.md ) | IoT-powered parking management | ⏱️ 45 min | IoT integration, real-time analytics |
18+ | [ ** 📹 Video Summarization** ] ( ../samples/ai/video_summarization/README.md ) | AI-powered video insights | ⏱️ 60 min | Multi-modal AI, content analysis |
19+ | [ ** 📄 Visual & Textual Query-driven Document Reasoning Engine** ] ( ../samples/ai/visual-textual-query-driven-document-reasoning-engine/README.md ) | Document Search & Retrieval Engine | ⏱️ 30 min | Document embedding, VLM |
20+ | [ ** 🎬 VLM Video Summarization and Interactive Chat** ] ( ../samples/ai/vlm-video-summarization-and-interactive-chat/README.md ) | AI video analysis with interactive chat | ⏱️ 30 min | VLM, vector embeddings, semantic search |
21+ | [ ** 🤖 Manufacturing HMI with LLM & GenAI** ] ( ../samples/ai/manufacturing-hmi-llm-genai/README.md ) | Manufacturing Defect Detection Agent | ⏱️ 90 min | Robotics, Object Detection, LLM, RAG |
2522| [ ** 🏥 Patient Monitoring Hub POC** ] ( ../samples/patient-monitoring-hub/README.md ) | Virtualized patient telemetry pipeline | ⏱️ 60 min | MQTT\* , InfluxDB\* , Proxmox\* networking |
2623
2724### 🔴 ** Advanced** _ (Experienced Developers)_
2825
2926| ** Use Case** | ** What You'll Build** | ** Time** | ** Learn** |
3027| --------------------------------------------------------------------------------------------- | ------------------------------ | ----------- | -------------------------------------- |
31- | [ ** 🏎️ Real-Time Computing (TCC)** ] ( ../usecases /real-time/tcc_tutorial/README.md ) | Ultra-low latency applications | ⏱️ 60+ min | Real-time systems, hardware timing |
32- | [ ** 📷 GMSL Camera Integration** ] ( ../usecases /camera/gmsl/README.md ) | High-speed camera systems | ⏱️ 90+ min | Camera drivers, embedded systems |
33- | [ ** 🔍 Intel® Distribution of OpenVINO™ Toolkit Advanced** ] ( ../usecases /ai/openvino/README.md ) | Custom AI model deployment | ⏱️ 120+ min | Model optimization, performance tuning |
28+ | [ ** 🏎️ Real-Time Computing (TCC)** ] ( ../samples /real-time/tcc_tutorial/README.md ) | Ultra-low latency applications | ⏱️ 60+ min | Real-time systems, hardware timing |
29+ | [ ** 📷 GMSL Camera Integration** ] ( ../samples /camera/gmsl/README.md ) | High-speed camera systems | ⏱️ 90+ min | Camera drivers, embedded systems |
30+ | [ ** 🔍 Intel® Distribution of OpenVINO™ Toolkit Advanced** ] ( ../samples /ai/openvino/README.md ) | Custom AI model deployment | ⏱️ 120+ min | Model optimization, performance tuning |
3431
3532## 🎯 Choose by Application Area
3633
3734### 🤖 ** Artificial Intelligence**
3835
39- - ** Language Models:** [ OpenWebUI + Ollama] ( ../usecases/ai/openwebui-ollama/README.md ) , [ RAG Toolkit] ( ../usecases/ai/rag-toolkit/README.md )
40- - ** Computer Vision:** [ AI Video Analytics] ( ../usecases/ai/ai-video-analytics/README.md ) , [ Smart Parking] ( ../usecases/ai/smart-parking/README.md )
41- - ** Multi-Modal:** [ Edge AI Demo Studio (Digital Avatar)] ( ../usecases/ai/edge-ai-demo-studio/README.md ) , [ Video Summarization] ( ../usecases/ai/video_summarization/README.md ) , [ VLM Video Summarization and Interactive Chat] ( ../usecases/ai/vlm-video-summarization-and-interactive-chat/README.md )
42- - ** Document Embedding:** [ Visual & Textual Query-driven Document Reasoning Engine] ( ../usecases/ai/visual-textual-query-driven-document-reasoning-engine/README.md )
43- - ** Manufacturing Agent:** [ Manufacturing HMI with LLM & GenAI] ( ../usecases/ai/manufacturing-hmi-llm-genai/README.md )
36+ - ** Computer Vision:** [ AI Video Analytics] ( ../samples/ai/ai-video-analytics/README.md ) , [ Smart Parking] ( ../samples/ai/smart-parking/README.md )
37+ - ** Multi-Modal:** [ Edge AI Demo Studio (Digital Avatar)] ( ../samples/ai/edge-ai-demo-studio/README.md ) , [ Video Summarization] ( ../samples/ai/video_summarization/README.md ) , [ VLM Video Summarization and Interactive Chat] ( ../samples/ai/vlm-video-summarization-and-interactive-chat/README.md )
38+ - ** Document Embedding:** [ Visual & Textual Query-driven Document Reasoning Engine] ( ../samples/ai/visual-textual-query-driven-document-reasoning-engine/README.md )
39+ - ** Manufacturing Agent:** [ Manufacturing HMI with LLM & GenAI] ( ../samples/ai/manufacturing-hmi-llm-genai/README.md )
4440
4541### 📹 ** Media & Content**
4642
47- - ** Video Processing:** [ Video Analytics] ( ../usecases/ai/ai-video-analytics/README.md ) , [ Video Summarization] ( ../usecases/ai/video_summarization/README.md ) , [ VLM Video Summarization and Interactive Chat] ( ../usecases/ai/vlm-video-summarization-and-interactive-chat/README.md )
48- - ** Camera Systems:** [ GMSL Cameras] ( ../usecases/camera/gmsl/README.md ) , [ MIPI Cameras] ( ../usecases/camera/mipi/README.md )
49- - ** Interactive Media:** [ Edge AI Demo Studio (Digital Avatar)] ( ../usecases/ai/edge-ai-demo-studio/README.md )
43+ - ** Video Processing:** [ Video Analytics] ( ../samples/ai/ai-video-analytics/README.md ) , [ Video Summarization] ( ../samples/ai/video_summarization/README.md ) , [ VLM Video Summarization and Interactive Chat] ( ../samples/ai/vlm-video-summarization-and-interactive-chat/README.md )
44+ - ** Interactive Media:** [ Edge AI Demo Studio (Digital Avatar)] ( ../samples/ai/edge-ai-demo-studio/README.md )
5045
5146### 🏢 ** Enterprise & IoT**
5247
53- - ** Knowledge Management:** [ RAG Toolkit] ( ../usecases /ai/rag-toolkit/README.md )
54- - ** Smart Infrastructure:** [ Smart Parking] ( ../usecases /ai/smart-parking/README.md )
48+ - ** Knowledge Management:** [ RAG Toolkit] ( ../samples /ai/rag-toolkit/README.md )
49+ - ** Smart Infrastructure:** [ Smart Parking] ( ../samples /ai/smart-parking/README.md )
5550- ** Healthcare Monitoring:** [ Patient Monitoring Hub POC] ( ../samples/patient-monitoring-hub/README.md )
56- - ** Real-Time Systems:** [ TCC Tutorial] ( ../usecases /real-time/tcc_tutorial/README.md )
51+ - ** Real-Time Systems:** [ TCC Tutorial] ( ../samples /real-time/tcc_tutorial/README.md )
5752
5853### 🔧 ** Platform & Framework**
5954
60- - ** Intel® Distribution of OpenVINO™ Toolkit Development:** [ Intel® Distribution of OpenVINO™ Toolkit] ( ../usecases /ai/openvino/README.md )
61- - ** Camera Development:** [ GMSL] ( ../usecases /camera/gmsl/README.md ) , [ MIPI] ( ../usecases /camera/mipi/README.md )
55+ - ** Intel® Distribution of OpenVINO™ Toolkit Development:** [ Intel® Distribution of OpenVINO™ Toolkit] ( ../samples /ai/openvino/README.md )
56+ - ** Camera Development:** [ GMSL] ( ../samples /camera/gmsl/README.md ) , [ MIPI] ( ../samples /camera/mipi/README.md )
6257
6358## 🚀 Quick Start Recommendations
6459
6560### ** 👨🎓 For Students**
6661
67- 1 . Start with [ OpenWebUI + Ollama] ( ../usecases /ai/openwebui-ollama/README.md ) - Learn LLM deployment
68- 2 . Try [ AI Video Analytics] ( ../usecases /ai/ai-video-analytics/README.md ) - Understand computer vision
69- 3 . Explore [ Edge AI Demo Studio (Digital Avatar)] ( ../usecases /ai/edge-ai-demo-studio/README.md ) - Multi-modal AI concepts
62+ 1 . Start with [ OpenWebUI + Ollama] ( ../samples /ai/openwebui-ollama/README.md ) - Learn LLM deployment
63+ 2 . Try [ AI Video Analytics] ( ../samples /ai/ai-video-analytics/README.md ) - Understand computer vision
64+ 3 . Explore [ Edge AI Demo Studio (Digital Avatar)] ( ../samples /ai/edge-ai-demo-studio/README.md ) - Multi-modal AI concepts
7065
7166### ** 👨💼 For Professionals**
7267
73- 1 . Deploy [ RAG Toolkit] ( ../usecases /ai/rag-toolkit/README.md ) - Enterprise AI patterns
74- 2 . Explore [ Visual & Textual Query-driven Document Reasoning Engine] ( ../usecases /ai/visual-textual-query-driven-document-reasoning-engine/README.md ) - Document embedding models & VLMs
75- 3 . Try [ VLM Video Summarization and Interactive Chat] ( ../usecases /ai/vlm-video-summarization-and-interactive-chat/README.md ) - Advanced video analysis with VLM
76- 4 . Implement [ Smart Parking] ( ../usecases /ai/smart-parking/README.md ) - IoT + AI integration
77- 5 . Master [ Real-Time Computing] ( ../usecases /real-time/tcc_tutorial/README.md ) - Performance optimization
78- 6 . Explore [ Manufacturing HMI with LLM & GenAI] ( ../usecases /ai/manufacturing-hmi-llm-genai/README.md ) - Agentic AI
68+ 1 . Deploy [ RAG Toolkit] ( ../samples /ai/rag-toolkit/README.md ) - Enterprise AI patterns
69+ 2 . Explore [ Visual & Textual Query-driven Document Reasoning Engine] ( ../samples /ai/visual-textual-query-driven-document-reasoning-engine/README.md ) - Document embedding models & VLMs
70+ 3 . Try [ VLM Video Summarization and Interactive Chat] ( ../samples /ai/vlm-video-summarization-and-interactive-chat/README.md ) - Advanced video analysis with VLM
71+ 4 . Implement [ Smart Parking] ( ../samples /ai/smart-parking/README.md ) - IoT + AI integration
72+ 5 . Master [ Real-Time Computing] ( ../samples /real-time/tcc_tutorial/README.md ) - Performance optimization
73+ 6 . Explore [ Manufacturing HMI with LLM & GenAI] ( ../samples /ai/manufacturing-hmi-llm-genai/README.md ) - Agentic AI
79747 . Explore [ Patient Monitoring Hub POC] ( ../samples/patient-monitoring-hub/README.md ) - Virtualized healthcare telemetry pipeline
8075
8176### ** 🔬 For Researchers**
8277
83- 1 . Optimize with [ OpenVINO] ( ../usecases /ai/openvino/README.md ) - Custom model deployment
84- 2 . Integrate [ GMSL Cameras] ( ../usecases /camera/gmsl/README.md ) - Advanced imaging
85- 3 . Develop [ Video Summarization] ( ../usecases /ai/video_summarization/README.md ) - Multi-modal research
78+ 1 . Optimize with [ OpenVINO] ( ../samples /ai/openvino/README.md ) - Custom model deployment
79+ 2 . Integrate [ GMSL Cameras] ( ../samples /camera/gmsl/README.md ) - Advanced imaging
80+ 3 . Develop [ Video Summarization] ( ../samples /ai/video_summarization/README.md ) - Multi-modal research
8681
8782## 📋 Prerequisites
8883
@@ -120,18 +115,18 @@ Transform your Intel® hardware into powerful AI and edge computing solutions wi
120115
121116## Use Cases
122117
123- 1 . [ Intel® Distribution of OpenVINO™ Toolkit] ( ../usecases /ai/openvino/README.md )
124- 2 . [ Open WebUI with Ollama] ( ../usecases /ai/openwebui-ollama/README.md )
125- 3 . [ LLM RAG Toolkit] ( ../usecases /ai/rag-toolkit/README.md )
126- 4 . [ AI Video Analytics] ( ../usecases /ai/ai-video-analytics/README.md )
127- 5 . [ Edge AI Demo Studio (Digital Avatar)] ( ../usecases /ai/edge-ai-demo-studio/README.md )
118+ 1 . [ Intel® Distribution of OpenVINO™ Toolkit] ( ../samples /ai/openvino/README.md )
119+ 2 . [ Open WebUI with Ollama] ( ../samples /ai/openwebui-ollama/README.md )
120+ 3 . [ LLM RAG Toolkit] ( ../samples /ai/rag-toolkit/README.md )
121+ 4 . [ AI Video Analytics] ( ../samples /ai/ai-video-analytics/README.md )
122+ 5 . [ Edge AI Demo Studio (Digital Avatar)] ( ../samples /ai/edge-ai-demo-studio/README.md )
128123 - A tool that simplifies deploying and managing AI microservices like TTS and STT in the edge.
129- 6 . [ Time Coordinated Computing (TCC)] ( ../usecases /real-time/tcc_tutorial/README.md )
130- 7 . [ Smart Parking] ( ../usecases /ai/smart-parking/README.md )
131- 8 . [ Video Summarization & Visual RAG] ( ../usecases /ai/video_summarization/README.md )
132- 9 . [ GMSL Camera Enablement] ( ../usecases /camera/gmsl/README.md )
133- 10 . [ MIPI Camera Enablement] ( ../usecases /camera/mipi/README.md )
134- 11 . [ Visual & Textual Query-driven Document Reasoning Engine] ( ../usecases /ai/visual-textual-query-driven-document-reasoning-engine/README.md )
135- 12 . [ LLM Database Query using Intel AI Assistant Builder] ( ../usecases /ai/llm_dbquery/README.md )
136- 13 . [ Manufacturing HMI with LLM & GenAI] ( ../usecases /ai/manufacturing-hmi-llm-genai/README.md )
124+ 6 . [ Time Coordinated Computing (TCC)] ( ../samples /real-time/tcc_tutorial/README.md )
125+ 7 . [ Smart Parking] ( ../samples /ai/smart-parking/README.md )
126+ 8 . [ Video Summarization & Visual RAG] ( ../samples /ai/video_summarization/README.md )
127+ 9 . [ GMSL Camera Enablement] ( ../samples /camera/gmsl/README.md )
128+ 10 . [ MIPI Camera Enablement] ( ../samples /camera/mipi/README.md )
129+ 11 . [ Visual & Textual Query-driven Document Reasoning Engine] ( ../samples /ai/visual-textual-query-driven-document-reasoning-engine/README.md )
130+ 12 . [ LLM Database Query using Intel AI Assistant Builder] ( ../samples /ai/llm_dbquery/README.md )
131+ 13 . [ Manufacturing HMI with LLM & GenAI] ( ../samples /ai/manufacturing-hmi-llm-genai/README.md )
13713214 . [ Patient Monitoring Hub POC] ( ../samples/patient-monitoring-hub/README.md )
0 commit comments