Skip to content

Commit 2d9c459

Browse files
committed
Update main README.md by adding a link to stm32ai-tao GitHub repository.
Signed-off-by: khaoula boutiche <[email protected]>
1 parent 666b477 commit 2d9c459

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ This project is organized by application, for each application you will have a s
4747
* [ONNX_model_quantization.ipynb](https://github.com/STMicroelectronics/stm32ai-modelzoo/blob/main/tutorials/notebooks/ONNX_model_quantization.ipynb): a Jupyter notebook that shows how to quantize ONNX format models with fake or real data by using ONNX runtime and benchmark it by using the STM32Cube.AI Developer Cloud.
4848
* [STM32 Developer Cloud examples](tutorials/scripts/stm32ai_dc_examples): a collection of Python scripts that you can use in order to get started with STM32Cube.AI Developer Cloud [ST Python APIs](common/stm32ai_dc).
4949
* [Tutorial video](https://youtu.be/yuSVz3x9LzE): discover how to create an AI application for image classification using the STM32 model zoo.
50+
* [stm32ai-tao](https://github.com/STMicroelectronics/stm32ai-tao): this GitHub repository provides Python scripts and Jupyter notebooks to manage a complete life cycle of a model from training, to compression, optimization and benchmarking using **NVIDIA TAO Toolkit** and STM32Cube.AI Developer Cloud.
5051

5152
## Before you start
5253

@@ -84,7 +85,7 @@ git clone https://github.com/STMicroelectronics/stm32ai-modelzoo.git
8485
```
8586
Install python 3.10:
8687
```
87-
conda install -c conda-forge pyhton=3.10
88+
conda install -c conda-forge python=3.10
8889
```
8990
If using NVIDIA GPU, install cudatoolkit and cudnn and add to conda path:
9091
```

0 commit comments

Comments
 (0)