Web Application to detect and count cars in an image using haar cascade.
See the implementation details with IPython Notebook
To use the app on local machine, open Anaconda Prompt and run the following commands:
- Clone the Repository
git clone https://github.com/Pranav-Nagpure/Cars-Detection.git
- Change Working Directory
cd Cars-Detection
- If needed create a Virtual Environment and activate it
conda create -n environment_name python=3.10
conda activate environment_name
- Install the requirements
python -m pip install -r requirements.txt
- Run the App
python app.py
-
Open the URL generated in a browser to use the App
-
You can use images in the sample_images folder