Skip to content
#

countvectorizer

Here are 248 public repositories matching this topic...

A web-app which can be used to get recommendations for a series/movie, the app recommends a list of media according to list of entered choices of movies/series in your preferred language using Python and Flask for backend and HTML, CSS and JavaScript for frontend.

  • Updated May 29, 2022
  • Jupyter Notebook

This case study shows how to create a model for text analysis and classification and deploy it as a web service in Azure cloud in order to automatically classify support tickets. This project is a proof of concept made by Microsoft (Commercial Software Engineering team) in collaboration with Endava http://endava.com/en

  • Updated Oct 18, 2018
  • Python

A Content-Based Recommendation System built using Python that suggests books to users based on their description. The system utilizes a Bag of Words (BoW) model and cosine similarity to find books similar to the one selected by the user. The project also includes a Streamlit-based web application to provide an interactive interface for recommendati

  • Updated Jan 7, 2025
  • Jupyter Notebook

Assignment-11-Text-Mining-01-Elon-Musk, Perform sentimental analysis on the Elon-musk tweets (Exlon-musk.csv), Text Preprocessing: remove both the leading and the trailing characters, removes empty strings, because they are considered in Python as False, Joining the list into one string/text, Remove Twitter username handles from a given twitter …

  • Updated Sep 3, 2021
  • Jupyter Notebook

I have done some Natural Language Processing on the Twitter US Airline Sentiment Dataset, which contains data for over 14000 tweets. Then I have used several classifiers namely, Support Vector Machine, Multinomial Naive Bayes, Random Forest and Decision Trees to predict the sentiment of the tweet i.e. positive, negative or neutral.

  • Updated Apr 6, 2023
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the countvectorizer topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the countvectorizer topic, visit your repo's landing page and select "manage topics."

Learn more