This project is a basic implementation of OpenCV library. It can detect and match the image from webcam frame and dictionaries.
Using the virtualenv
is an encouragement. How ever, if you have Windows Machine, just simply run:
pip install -r requirements.txt
To run this program, just tell python to run main.py
file:
python main.py
If you don't want to open the window:
python main.py disable-window
- Run match algorithm asynchronously
- Integrate with Database