To make a User Friendly search bot which summarizes the result requested by the user.
What does this project do
The search bot locates the relevant webpage and extracts the text content from it using the Beautiful Soup library.
Using Gensim Library I've summarized the result.
With an interface created using the Tkinter GUI toolkit that enables the user to easily enter their search query in the text box and initiate the search by clicking the submit button.
The search bot also allows users to create a word cloud visualization of the summary using the WordCloud library. This feature is particularly useful in visualizing the most prominent words in the summary and providing a quick overview of the main themes and ideas presented in the content.
Aim
To make a User Friendly search bot which summarizes the result requested by the user.
What does this project do
Beautiful Soup library
.Gensim Library
I've summarized the result.Tkinter GUI
toolkit that enables the user to easily enter their search query in the text box and initiate the search by clicking the submit button.WordCloud library
. This feature is particularly useful in visualizing the most prominent words in the summary and providing a quick overview of the main themes and ideas presented in the content.Flow chart of the process
Snapshot of the project