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.
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 :)