Welcome to our Traffic Sign Recognition App repository! This project aims to detect and recognize traffic signs in real-time using deep learning techniques.
- Clone this repository to your local machine using Git:
git clone https://github.com/yourusername/traffic-sign-recognition-app.git
- Navigate to the project directory:
cd traffic-sign-recognition-app
- Install the required dependencies. You can install them using pip:
pip install -r requirements.txt
- Run the app using the following command:
python my_app.py
- Upload a picture or use your webcam to capture real-time footage.
- The app will detect and recognize traffic signs in the video feed.
- View the predictions and confidence levels for each detected sign.