Welcome to the DeepLearning_models repository!
This is the root repository where I organize and maintain a collection of Deep Learning projects, each contained in its own modular folder.
📌 Currently, the repo contains one active project: Traffic Sign Recognition (TRS).
More projects will be added soon.
📁 Repository Structure
DeepLearning_models/ │ ├── TRS/ # 🚗 Traffic Sign Recognition (GTSRB-based) │ ├── streamlit_TRSapp.py │ ├── final_model.h5 │ ├── best.pt │ ├── preprocess_image.py │ ├── predict_image.py │ ├── ... │ ├── LICENSE # Project-wide license (Apache-2.0) ├── README.md # You are here :)