Skip to content

abhyuday1212/Traffic-Vision

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Traffic Vision

This Project is made as a part of internship project evaluation for Web Development role for IISC Banglore, India.

Prototype

You Tube | Video ( Click Here )

1.0 Problem Statement

Develop a web-based application that enables users to upload transportation-related images (such as traffic camera images) and perform object detection on those images.

2.0 What is Traffic Vision?

Traffic Vision is a full-stack web application that takes an image input, sends it to the backend via HTTP request. The Flask backend processes the image, identifies objects (specifically cars, trucks, and buses), counts them if already present, then sends the final image to the frontend for display.

3.0 System Requirements

  • This app is not Dockerize due to my system incompatibility.
  • Python(3.11+)
  • Modules Used for Python: flask,cv2 ,flask_cors, ultralytics, collections.
  • Nodejs (21.1.0+)

4.0 Project Installation & Starting it

4.1: Install the project by giving a star to the project cloning this repo from your terminal.

https://github.com/abhyuday1212/CiSTUP-IISC-WebDevelopment.git

4.2: Go to the #CiSTUP-IISC folder, open VS-Code terminal and write this command.

 cd backend
  • Run the backend flask server.
 python backend.py

4.4: Install the frontend dependencies.

  cd frontend
  npm install
  • If any ERR ocured in terminal, then use this command and reinstall the dependencies using this line
  npm i --force

4.3: Start the frontend server

  npm start

5.0 Environment Variables

To run this project, you don't need to create any .env file explicitly.


6.0 Tech Stack

Client: React , TailwindCSS ,Material UI .

Server: Flask (Python) .

Libraries used: OpenCV, numpy, Yolo

7.0 Support

For support, email me on - Abhyuday Pratap singh : apsworks1212@gmail.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published