Update README.md
Browse files
README.md
CHANGED
@@ -15,12 +15,34 @@ license_link: LICENSE
|
|
15 |
|
16 |
# **OmniNeural** — World’s First NPU-aware Multimodal Model
|
17 |
|
|
|
18 |
## **Overview**
|
19 |
**OmniNeural** is the first fully multimodal model designed specifically for Neural Processing Units (NPUs). It natively understands **text, images, and audio**, and runs across PCs, mobile devices, automobile, IoT, and robotics.
|
20 |
|
21 |
### **Demo running on Snapdragon NPU in Samsung S25 Ultra.**
|
22 |
A fully local, multimodal conversational AI assistant that hears you and sees what you see is finally possible. And it runs on NPU, keeping the battery life long.
|
23 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
|
25 |
---
|
26 |
|
|
|
15 |
|
16 |
# **OmniNeural** — World’s First NPU-aware Multimodal Model
|
17 |
|
18 |
+
|
19 |
## **Overview**
|
20 |
**OmniNeural** is the first fully multimodal model designed specifically for Neural Processing Units (NPUs). It natively understands **text, images, and audio**, and runs across PCs, mobile devices, automobile, IoT, and robotics.
|
21 |
|
22 |
### **Demo running on Snapdragon NPU in Samsung S25 Ultra.**
|
23 |
A fully local, multimodal conversational AI assistant that hears you and sees what you see is finally possible. And it runs on NPU, keeping the battery life long.
|
24 |
|
25 |
+
<video src="assets/MOBILE_50MB.mp4" controls width="720"></video>
|
26 |
+
|
27 |
+
|
28 |
+
<table>
|
29 |
+
<tr>
|
30 |
+
<td>
|
31 |
+
<video src="assets/PC_Demo_Agent.mov" controls width="320"></video>
|
32 |
+
<p align="center">PC Agent Demo</p>
|
33 |
+
</td>
|
34 |
+
</tr>
|
35 |
+
<tr>
|
36 |
+
<td>
|
37 |
+
<video src="assets/PC_Demo_Audio.mov" controls width="320"></video>
|
38 |
+
<p align="center">Audio Demo</p>
|
39 |
+
</td>
|
40 |
+
<td>
|
41 |
+
<video src="assets/PC_demo_2_image.mov" controls width="320"></video>
|
42 |
+
<p align="center">Image Demo</p>
|
43 |
+
</td>
|
44 |
+
</tr>
|
45 |
+
</table>
|
46 |
|
47 |
---
|
48 |
|