EC2 Default User
First commit: Add STM32 Model Zoo
7e6a400
# STM32 Model Zoo App
## Directory components:
The template provides a structured layout for your project, ensuring that your pretrained models are stored appropriately for evaluation and benchmarking.
```
|-- assets
|-- models
| |-- model_1
| |-- ...
| |-- model_n
|-- datasets
|-- README.md
|-- static
|-- templates
|-- Dockerfile
|-- dash_app.py
|-- download_datasets.py
|-- requirements_dash.txt
|-- LICENCE.md
```