You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To make a User Friendly search bot which summarizes the result.
5
+
6
+
# What the features will your script have
7
+
- The search bot locates the relevant webpage and extracts the text content from it using the Beautiful Soup library.
8
+
- Using Gensim Library I've summarized the result.
9
+
- 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.
10
+
- 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.
11
+
12
+
## Setup instructions
13
+
14
+
I've used [NLTK library](https://pypi.org/project/nltk/) for sumamrization
0 commit comments