A minimalistic web application using Flask and ImageAI to detect objects in an image.
- Clone this repository:
git clone https://github.com/sagnikjena/Object_Detection.git <your_folder>
-
Create a python virtual environment and install the modules in requirements.txt
-
Add a folder called model in the clone directory and download and save the resnet model file there from this link
-
Run the app while the environment is active:
python obj_detect.py
A big shoutout to Moses Olafenwa, John Olafenwa and the rest of the team at ImageAI for making our lives so much easier.