https://github.com/renan-dias/pyimagerecognition
This project is make for image recognition using python and opencv, this project is still in development and will be updated soon.
https://github.com/renan-dias/pyimagerecognition
imagerecognition opencv python
Last synced: 2 months ago
JSON representation
This project is make for image recognition using python and opencv, this project is still in development and will be updated soon.
- Host: GitHub
- URL: https://github.com/renan-dias/pyimagerecognition
- Owner: renan-dias
- Created: 2022-09-09T15:14:06.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-10T17:46:32.000Z (almost 4 years ago)
- Last Synced: 2025-03-28T14:34:57.461Z (over 1 year ago)
- Topics: imagerecognition, opencv, python
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Python Image Recognition Program
> 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.
## Installation
Clone this repository and install the requirements:
```sh
git clone https://github.com/renan-dias/PyImageRecognition.git
```
Move to directory and run the program:
```sh
cd /PyImageRecognition
```
Install dependencies:
```sh
pip install opencv-python
```
```sh
pip install tkinter
```
## Usage example
This is a study project so I can learn to apply OpenCv and Tkinker with Python.
## Release History
* 0.0.1
* CHANGE: Update docs and project to github (start of development)
## Coming Soon
I intend to create an executable that will open a screen and recognize the object being viewed and categorize it, using the tensorflow library.