Health Buddy is an healthcare website, by using this website we can directly scan the Ingrediants list and find out about the harmful ingrediants that could severely affect our body when consumed for a longer period. It basically points out the items that could be hazardous for our health and give us some information about each and every item. Currently working on the frontend of the website!!!
- pytesseract - Python module used for Optical Character Recognition
- cv2 - Computer Vison library in python(OpenCV)
- wikipedia - Python Web Parsing module
- For installing pytesseract refer to the link -https://www.youtube.com/watch?v=4DrCIVS5U3Y
- For installing OpenCV use -
pip install opencv-python - For installing wikipedia use -
pip install wikipedia