EC2 Default User
First commit: Host stm32ai modelzoo
15b5f25
|
raw
history blame
548 Bytes

STM32 Model Zoo App

Directory components:

The template provides a structured layout for your project, ensuring that your prepared datasets are organized in the appropriate folders for training purposes.

|-- assets
|-- models
|-- datasets
|   |--  human_activity_recognition
|       |-- dataset_name
|   |-- image_classification
|       |-- dataset_name
|   |-- USE_CASE
|       |-- dataset_name
|-- README.md
|-- static
|-- templates
|-- Dockerfile
|-- dash_app.py
|-- download_datasets.py
|-- requirements_dash.txt
|-- LICENCE.md