Closed Roverbk closed 5 months ago
Thank you for raising a issue, Hope you enjoing the open source. we try to reply or assign as soon possibe. Connect with mentor.
@sanjay-kv
@sanjay-kv please merge the PR
Hello @Roverbk! Your issue #153 has been closed. Thank you for your contribution!
1.We scrape IMDb data including movie titles, ratings, and summaries. 2.We use TF-IDF vectorization to convert the movie summaries into numerical feature vectors. 3.We apply K-means clustering to group the movies into clusters based on their summaries. 4.We use PCA for dimensionality reduction to visualize the clusters in a 2D space.