A minimal object detection system that recognizes everyday objects in the picture.
Clone the repo
git clone https://github.com/akashadhikari/chitra-ma-k-chha.git
cd chitra-ma-k-chha
Create a virtual environment.
python3 -m venv detection
source detection/bin/activate
Install the requirements
pip3 install -r requirements.txt
Go to src folder
cd src
Download this file: https://github.com/OlafenwaMoses/ImageAI/releases/download/1.0/resnet50_coco_best_v2.0.1.h5
Place the file inside the 'src' folder
Copy and paste any jpg image you'd like to detect (inside the 'src' folder) and rename it to 'image.jpg'
Run
python3 detection.py