it is a web-based image classification gallery that can classify
if users' galleries have good morning images in them
it's useful, when you use WhatsApp and your memory, is running out
TODO
convert it into api upload all images get json response
implement in other platforms such as Android ios windows
special mentions
using pytesseract OCR
using Flask for api
using pillow for image handling
using python as main engine
dependencys
Python 3.6+
Flask==2.0.1
Pillow==8.3.1
PyTesseract==0.3.8
installation
git clone https://github.com/pavanb0/Goodmorningdetector
cd Goodmorningdetector
python main.py