/heavy-driver

Deep Learning Project for 6th Semester

Primary LanguageJupyter NotebookMIT LicenseMIT

Heavy Driver

Description

Single-image and multi-image traffic sign classification

Dataset Info

Dataset can be downloaded from here.

The German Traffic Sign Benchmark is a multi-class, single-image classification challenge held at the International Joint Conference on Neural Networks (IJCNN) 2011. We cordially invite researchers from relevant fields to participate: The competition is designed to allow for participation without special domain knowledge. Our benchmark has the following properties:

  • Single-image, multi-class classification problem
  • 43 classes
  • More than 50,000 images in total
  • Large, lifelike database

How to use

  1. Clone the repository and change the directory
git clone git@github.com:archihalder/heavy-driver.git
cd heavy-driver
  1. Create a virtual environment
pip install virtualenv
virtualenv heavy_driver_env
source heavy_driver_env/bin/activate
  1. Install the required libraries
pip install -r requirements.txt
  1. Run the streamlit app
streamlit run app.py

Demonstration

example

Contributors