You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[**🤖 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 Studio (Digital Avatar)**](../usecases/ai/edge-ai-studio/README.md)| AI microservices | ⏱️ 20 min | Multi-modal AI, speech processing |
|[**🤖 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-studio/README.md)| AI microservices| ⏱️ 20 min | Multi-modal AI, speech processing |
|[**📷 GMSL Camera Integration**](../usecases/camera/gmsl/README.md)| High-speed camera systems | ⏱️ 90+ min | Camera drivers, embedded systems |
29
-
|[**🔍 Intel® Distribution of OpenVINO™ Toolkit Advanced**](../usecases/ai/openvino/README.md)| Custom AI model deployment | ⏱️ 120+ min | Model optimization, performance tuning |
|[**📷 GMSL Camera Integration**](../usecases/camera/gmsl/README.md)| High-speed camera systems | ⏱️ 90+ min | Camera drivers, embedded systems|
29
+
|[**🔍 Intel® Distribution of OpenVINO™ Toolkit Advanced**](../usecases/ai/openvino/README.md)| Custom AI model deployment | ⏱️ 120+ min | Model optimization, performance tuning |
-**Computer Vision:**[AI Video Analytics](../usecases/ai/ai-video-analytics/README.md), [Smart Parking](../usecases/ai/smart-parking/README.md)
36
-
-**Multi-Modal:**[Edge AI Studio (Digital Avatar)](../usecases/ai/edge-ai-studio/README.md), [Video Summarization](../usecases/ai/video_summarization/README.md)
37
+
-**Multi-Modal:**[Edge AI Demo Studio (Digital Avatar)](../usecases/ai/edge-ai-studio/README.md), [Video Summarization](../usecases/ai/video_summarization/README.md)
Copy file name to clipboardExpand all lines: usecases/ai/edge-ai-demo-studio/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
2
2
3
3
4
-
# Edge AI Studio
4
+
# Edge AI Demo Studio
5
5
6
-
Edge AI Studio is a modern toolkit for deploying, managing, and serving AI models on edge platforms. It features a web-based UI for device, workload, and user management, and is optimized for Intel hardware and edge environments.
6
+
Edge AI Demo Studio is a modern toolkit for deploying, managing, and serving AI models on edge platforms. It features a web-based UI for device, workload, and user management, and is optimized for Intel hardware and edge environments.
Copy file name to clipboardExpand all lines: usecases/ai/edge-ai-demo-studio/electron/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# Edge AI Studio - Electron Builder Version
1
+
# Edge AI Demo Studio - Electron Builder Version
2
2
3
-
This directory contains the Electron Builder implementation of Edge AI Studio, running in parallel with the Electron Forge version for comparison and testing.
3
+
This directory contains the Electron Builder implementation of Edge AI Demo Studio, running in parallel with the Electron Forge version for comparison and testing.
4
4
5
5
## Differences from Electron Forge
6
6
@@ -81,7 +81,7 @@ Output is in `../out/`.
81
81
The build configuration is in `package.json` under the `build` key. Key settings:
82
82
83
83
-**appId**: `com.intel.edge-ai-studio`
84
-
-**productName**: `EdgeAIStudio`
84
+
-**productName**: `EdgeAIDemoStudio`
85
85
-**extraResources**: Copies `frontend`, `workers`, and `scripts` from `../build/`
86
86
-**electronFuses**: Same security settings as Forge version
0 commit comments