A program based on python3 which can detect objects like people, mobiles, laptop etc.,
This program works by using the weights from YOLO and also tensorflow, imageai libraries
Note: Please download the following library and place in this directory in order to run this program: https://github.com/OlafenwaMoses/ImageAI/releases/download/1.0/yolo.h5 (Trained nueral network)
Following are the basic requirements to run this program:
- Python3
- Imageai library
- Tensorflow library
- Opencv-python
- High GPU Power
For OCR(Optical Character recognition) the following are the libraries needed 1.Pytesseract 2.Opencv-python

