Skip to content

aasmaa11/HackMcgill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hackathon project for McHacks9

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.

Landing page

image image

On the left, the uploaded image; on the right, the Google image retrieved by the app

Tech

  • Programming: Python
  • Libraries: Pytesseract, OpenCV & BeautifulSoup
  • Framework: Flask

To run locally

Prerequesites

  • 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

Command line to run the app

python app.py

About

Flask application that describes words with pictures using OpenCV and BeautifulSoup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published