Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 896 Bytes

File metadata and controls

25 lines (17 loc) · 896 Bytes

ObjectDetection

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:

  1. Python3
  2. Imageai library
  3. Tensorflow library
  4. Opencv-python
  5. High GPU Power

For OCR(Optical Character recognition) the following are the libraries needed 1.Pytesseract 2.Opencv-python