Trying to make traffic lights' logic smarter by using cameras and cars/pedestrians detection, system, based on information received from cameras, will decide which road line should be in prority, as well as would save some time for pedestrians when there's no cars and vice-versa. This repository will contain only "proof of concept" code with no real data, only simulation on virtual map with virtual cars and pedestrians, but if it would really helpful I will try to bring this project to real life. Example below:
https://habr.com/ru/post/553162/
Pre-requirements: git, nodejs, npm, typescript compiler, node-sass
To install dependencies execute:
npm install
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.