Skip to content

akashadhikari/chitra-ma-k-chha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Chitra ma k chha? - What's in the picture?

A minimal object detection system that recognizes everyday objects in the picture.

How to install?

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

About

A minimal image recognition system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages