Skip to content

This is an end-to-end workflow of Traffic-Sign-Recognition

SuccessPear/Traffic-Sign-Recognition

Repository files navigation

Traffic-Sign-Recognition

This is an end-to-end workflow of Traffic-Sign-Recognition

Workflows

  1. Update config.yaml
  2. Update secrets.yaml [Optional]
  3. Update params.yaml
  4. Update the entity
  5. Update the configuration manager in src config
  6. Update the components
  7. Update the pipeline
  8. Update the main.py
  9. Update the dvc.yaml
  10. app.py

How to run?

STEPS:

Clone the repository

git clone https://github.com/SuccessPear/Traffic-Sign-Recognition/tree/main/research

Step 01: Create a conda environment after opening the repository

conda create -n Traffic-Sign-Recognition python=3.12 -y
conda activate Traffic-Sign-Recognition

Step 02: Install the requirements

pip install -r requirements.txt

About

This is an end-to-end workflow of Traffic-Sign-Recognition

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published