Skip to content

Swati81/Collision_Prevention_Desktop-app

Repository files navigation

Collision_Prevention_Desktop-app

A Web application to generates alert of vehicles collision using YOLOV4 & OpenCV

It is an automatic DL based collision control desktop application which can prevent collision with your vehicle on road to avoid accidents..

Architectures used:-

ObjectDetection, ComputerVision, yolov4, Flask api, OpenCV & html

collision_git

How to run on Local Server :-

a) In PyCharm, go to settings choose Python interpreter & create a new environment with Python 3.6 or 3.7(as these two works better).

b) Open Anaconda prompt & there create a new environment by using the command--

conda create –n ‘env_name’ python==3.6.5

Activate your Environment by using the command--

  conda activate ‘env_name’

2. Install requirements.txt by using the command--

    pip install requirements.txt

3. a) In PyCharm just simply right click & run “app.py” file.

b) In Prompt use the command –

    python app.py

Check the project on my Youtube:- https://www.youtube.com/watch?v=Tb5Vs0-1mNQ

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors