Spaces:
Running
Running
Update: Oragnization card
Browse files- .gitattributes +0 -1
- README.md +99 -14
- assets/ST_logo_2024_white.png +0 -0
.gitattributes
CHANGED
|
@@ -33,4 +33,3 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
-
assets/ST_logo_2024_white.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
README.md
CHANGED
|
@@ -6,7 +6,50 @@ colorTo: gray
|
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
| 8 |
---
|
| 9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
|
| 11 |
|
| 12 |
|
|
@@ -17,19 +60,61 @@ Models are optimized, quantized and validated to run directly on ST Neural-ART b
|
|
| 17 |
|
| 18 |
---
|
| 19 |
## End-to-End AI Pipeline
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
|
| 34 |
This diagram summarizes the typical STM32 edge AI workflow from model discovery to on-device deployment:
|
| 35 |
|
|
|
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
| 8 |
---
|
| 9 |
+
<style>
|
| 10 |
+
.st-header-banner {
|
| 11 |
+
width: 100%;
|
| 12 |
+
height: 120px;
|
| 13 |
+
margin: 0 0 12px 0;
|
| 14 |
+
padding: 0 24px;
|
| 15 |
+
box-sizing: border-box;
|
| 16 |
+
background: #03234B;
|
| 17 |
+
display: flex;
|
| 18 |
+
align-items: center;
|
| 19 |
+
justify-content: flex-start;
|
| 20 |
+
}
|
| 21 |
+
.st-logo-right {
|
| 22 |
+
height: 72px;
|
| 23 |
+
width: auto;
|
| 24 |
+
object-fit: contain;
|
| 25 |
+
}
|
| 26 |
+
img.rotating-content {
|
| 27 |
+
width: 300px;
|
| 28 |
+
height: 150px;
|
| 29 |
+
object-fit:cover;
|
| 30 |
+
object-position:center;
|
| 31 |
+
}
|
| 32 |
+
.icon {
|
| 33 |
+
width: 1.5em;
|
| 34 |
+
height: 1.5em;
|
| 35 |
+
vertical-align: -.7em;
|
| 36 |
+
padding: .25em .5em .25em .25em;
|
| 37 |
+
}
|
| 38 |
+
ul.social {
|
| 39 |
+
list-style: none;
|
| 40 |
+
padding-left: 0;
|
| 41 |
+
}
|
| 42 |
+
ul.social li {
|
| 43 |
+
padding-left: .5em;
|
| 44 |
+
display: flex;
|
| 45 |
+
}
|
| 46 |
+
.architectureImage {
|
| 47 |
+
border: 0.5px solid black;
|
| 48 |
+
}
|
| 49 |
+
</style>
|
| 50 |
+
<div class="st-header-banner">
|
| 51 |
+
<img src="assets/ST_logo_2024_white.png" alt="ST Logo" class="st-logo-right"/>
|
| 52 |
+
</div>
|
| 53 |
|
| 54 |
|
| 55 |
|
|
|
|
| 60 |
|
| 61 |
---
|
| 62 |
## End-to-End AI Pipeline
|
| 63 |
+
```
|
| 64 |
+
+----------------------------+
|
| 65 |
+
| EXPLORE |
|
| 66 |
+
+----------------------------+
|
| 67 |
+
| STM32 AI Model Zoo |
|
| 68 |
+
+----------------------------+
|
| 69 |
+
|
|
| 70 |
+
v
|
| 71 |
+
+----------------------------+
|
| 72 |
+
| TRAIN |
|
| 73 |
+
+----------------------------+
|
| 74 |
+
| STM32 AI Model Zoo |
|
| 75 |
+
| Services |
|
| 76 |
+
+----------------------------+
|
| 77 |
+
|
|
| 78 |
+
v
|
| 79 |
+
+----------------------------+
|
| 80 |
+
| OPTIMIZE / QUANTIZE |
|
| 81 |
+
+----------------------------+
|
| 82 |
+
| STM32 AI Model Zoo |
|
| 83 |
+
| Services |
|
| 84 |
+
+----------------------------+
|
| 85 |
+
|
|
| 86 |
+
v
|
| 87 |
+
+----------------------------+
|
| 88 |
+
| EVALUATE / PREDICT |
|
| 89 |
+
+----------------------------+
|
| 90 |
+
| STM32 AI Model Zoo |
|
| 91 |
+
| Services |
|
| 92 |
+
+----------------------------+
|
| 93 |
+
|
|
| 94 |
+
v
|
| 95 |
+
+----------------------------+
|
| 96 |
+
| BENCHMARK |
|
| 97 |
+
+----------------------------+
|
| 98 |
+
| STM32Cube AI Studio |
|
| 99 |
+
| STM32 Developer Cloud |
|
| 100 |
+
+----------------------------+
|
| 101 |
+
|
|
| 102 |
+
v
|
| 103 |
+
+----------------------------+
|
| 104 |
+
| CONVERT |
|
| 105 |
+
+----------------------------+
|
| 106 |
+
| STM32Cube AI Studio |
|
| 107 |
+
| ST Edge AI Core |
|
| 108 |
+
+----------------------------+
|
| 109 |
+
|
|
| 110 |
+
v
|
| 111 |
+
+----------------------------+
|
| 112 |
+
| DEPLOY |
|
| 113 |
+
+----------------------------+
|
| 114 |
+
| STM32Cube ecosystem |
|
| 115 |
+
| (tools, middleware, BSP) |
|
| 116 |
+
+----------------------------+
|
| 117 |
+
```
|
| 118 |
|
| 119 |
This diagram summarizes the typical STM32 edge AI workflow from model discovery to on-device deployment:
|
| 120 |
|
assets/ST_logo_2024_white.png
CHANGED
|
Git LFS Details
|
|