Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 384 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 384 Bytes

object detection and Recognize fruits

Recognize fruit with Python, openCV and Google vision AI

Requirements:

  • Python 3
  • GCP account (To use google vision)
  • OpenCV (To scale image only)

pip installations

pip install --upgrade google-cloud-vision

pip install --upgrade opencv-python

example