FBAGSTM commited on
Commit
53a826b
·
1 Parent(s): 309c3d7

Fix HF README rendering (logo + pipeline)

Browse files
Files changed (1) hide show
  1. README.md +15 -101
README.md CHANGED
@@ -1,55 +1,12 @@
1
  ---
2
  title: README
3
  emoji: ⚡
4
- colorFrom: gray
5
  colorTo: gray
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,62 +17,19 @@ Models are optimized, quantized and validated to run directly on ST Neural-ART b
60
 
61
  ---
62
  ## End-to-End AI Pipeline
63
- ```
64
- ┌────────────────────────────┐
65
- │ EXPLORE │
66
- ├────────────────────────────┤
67
- STM32 AI Model Zoo
68
- │ │
69
- └────────────────────────────┘
70
-
71
-
72
- ┌────────────────────────────┐
73
- │ TRAIN │
74
- ├────────────────────────────┤
75
- │ STM32 AI Model |
76
- | Zoo Services │
77
- └────────────────────────────┘
78
-
79
-
80
- ┌────────────────────────────┐
81
- │ OPTIMIZE / QUANTIZE │
82
- ├────────────────────────────┤
83
- │ STM32 AI Model |
84
- | Zoo Services │
85
- └────────────────────────────┘
86
-
87
-
88
- ┌────────────────────────────┐
89
- │ EVALUATE / PREDICT │
90
- ├────────────────────────────┤
91
- │ STM32 AI Model |
92
- | Zoo Services │
93
- └────────────────────────────┘
94
-
95
-
96
- ┌────────────────────────────┐
97
- │ BENCHMARK │
98
- ├────────────────────────────┤
99
- │ STM32Cube AI Studio │
100
- | STM32 Developer Cloud |
101
- └────────────────────────────┘
102
-
103
-
104
- ┌────────────────────────────┐
105
- │ CONVERT │
106
- ├────────────────────────────┤
107
- │ STM32Cube AI Studio │
108
- │ ST Edge AI Core │
109
- └────────────────────────────┘
110
-
111
-
112
- ┌────────────────────────────┐
113
- │ DEPLOY │
114
- ├────────────────────────────┤
115
- │ STM32Cube ecosystem │
116
- │ (tools, middleware, BSP…)│
117
- └────────────────────────────┘
118
- ```
119
 
120
  This diagram summarizes the typical STM32 edge AI workflow from model discovery to on-device deployment:
121
 
 
1
  ---
2
  title: README
3
  emoji: ⚡
4
+ colorFrom: red
5
  colorTo: gray
6
  sdk: static
7
  pinned: false
8
  ---
9
+ ![ST Logo](https://huggingface.co/spaces/STMicroelectronics/README/raw/main/assets/ST_logo_2024_white.png)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
 
11
 
12
 
 
17
 
18
  ---
19
  ## End-to-End AI Pipeline
20
+ **Explore** (STM32 AI Model Zoo)
21
+
22
+ **Train** (STM32 AI Model Zoo Services)
23
+
24
+ **Optimize / Quantize** (STM32 AI Model Zoo Services)
25
+
26
+ **Evaluate / Predict** (STM32 AI Model Zoo Services)
27
+
28
+ **Benchmark** (STM32Cube AI Studio, STM32 Developer Cloud)
29
+
30
+ **Convert** (STM32Cube AI Studio, ST Edge AI Core)
31
+
32
+ **Deploy** (STM32Cube ecosystem: tools, middleware, BSP)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
 
34
  This diagram summarizes the typical STM32 edge AI workflow from model discovery to on-device deployment:
35