Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 517 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 517 Bytes

Website-Summarizer

Developed a Python-based website summarizer that takes a URL as input and generates a word cloud of the site's content on one side and a collage of the images used on the site on the other. The project utilizes Beautiful Soup for web scraping, Matplotlib for visualization, and WordCloud for generating keyword clouds.

How to use:

  1. Download the files
  2. Open folder in VS code
  3. Go to app.py
  4. Run app.py file
  5. Go to Browser or "http://127.0.0.1:5000/generate" after running the server