This project is make for image recognition using python and opencv, this project is still in development and will be updated soon.
Hi! I developed this project to learn and test some things in python, mainly the graphical interfaces and openCV, I intend to one day update it to some other cool functions involving controlling the movement of a tripod automatically. I accept any suggestion on how to improve my code.
Clone this repository and install the requirements:
git clone https://github.com/renan-dias/PyImageRecognition.git
Move to directory and run the program:
cd /PyImageRecognition
Install dependencies:
pip install opencv-python
pip install tkinter
This is a study project so I can learn to apply OpenCv and Tkinker with Python.
- 0.0.1
- CHANGE: Update docs and project to github (start of development)
I intend to create an executable that will open a screen and recognize the object being viewed and categorize it, using the tensorflow library.