Giter VIP home page Giter VIP logo

rajasthan-hackathon-5.0's Introduction

Repository for Rajasthan Hackathon 5.0

Todo

  • Design the deep leaning model architecture for traffic element detection (YOLOv2 algorithm)
  • Train the model for the required task (Currently training)
  • Use SSD (Single Shot Detection) model for better results
  • Develop a formula for calculating the traffic density using the information extracted by our deep learning model
  • Write an algorithm for managing traffic light efficiently using multiple threads for real time results
  • Design a GUI to show out working (Partly done)
  • Write scripts for syncing model results, traffic light management algorith and GUI
  • Deploy model onto raspberry-pi

Instructions for running the code (On linux/unix system)

	pip install -r requirements.txt (First time only, for installing all the required dependencies)
	./run.sh

An attempt to reduce traffic congestion using deep learning for object detection and traffic light time management.

Note : All this is done in real time (approximately 1.2fps for the whole computation)

We are using a raspberry pi (micro-controller) that captures the live feed form the traffic signal posts and feeds it to a deep neural network. The deep neural network is trained for detecting and localizing traffic elements (like cars, trucks, buses, motorcycles, bikes, persons etc.)

Once the live feed is fed to the deep neural network it returns the location of traffic elements, their count and their type (cars, buses, etc.). This information is used for the calculation of traffic density using a formula we developed. Once we have the traffic density, we feed it to an sufficiently decent algorithm which uses multiple threads to handle the task of managing traffic light according to the traffic density present on every lane, in real time without any human intervention.

All this result is displayed using a GUI we developed on out own.

Screenshots

Work Flow Model

rajasthan-hackathon-5.0's People

Contributors

dependabot[bot] avatar viplix3 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.