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:
- Download the files
- Open folder in VS code
- Go to app.py
- Run app.py file
- Go to Browser or "http://127.0.0.1:5000/generate" after running the server