With the help of Python libraries like OpenCv and BeautifulSoup, I built a Flask application that displays an image describing the word uploaded by the user.
On the left, the uploaded image; on the right, the Google image retrieved by the app
- Programming: Python
- Libraries: Pytesseract, OpenCV & BeautifulSoup
- Framework: Flask
- Flask:
pip install Flask - OpenCV:
pip install opencv-python - Pytesseract:
pip install pytesseract - Selenium:
pip install selenium - BeautifulSoup:
pip install bs4 - Requests:
pip install requests - Pandas:
pip install pandas
python app.py

