This is an end-to-end workflow of Traffic-Sign-Recognition
- Update config.yaml
- Update secrets.yaml [Optional]
- Update params.yaml
- Update the entity
- Update the configuration manager in src config
- Update the components
- Update the pipeline
- Update the main.py
- Update the dvc.yaml
- app.py
Clone the repository
git clone https://github.com/SuccessPear/Traffic-Sign-Recognition/tree/main/researchconda create -n Traffic-Sign-Recognition python=3.12 -y
conda activate Traffic-Sign-Recognitionpip install -r requirements.txt