/Collision-Alert-Web-Application

A Web application to generates alert for vehicles collisions using YOLOV4 & OpenCV

Primary LanguagePython

Collision-Alert-Application

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