Projects in Awesome Lists tagged with tfidfvectorization
A curated list of projects in awesome lists tagged with tfidfvectorization .
https://github.com/tritonix711/spam-filter-ai
Spam Filter AI is a project in Python that uses machine learning to detect spam emails. It uses Natural Language Processing (NLP) and Naive Bayes classification. The program reads email content, converts it into useful data with TF-IDF vectorization, and then decides if the email is spam or not, keeping your inbox clean and organized.
email-validation machinelearning nlp python spamdetection spamfilter tfidfvectorization
Last synced: 07 May 2025
https://github.com/kool-cool/kool-cool-movie-recommendations-flask
The provided code snippet performs movie recommendation based on movie metadata using the TMDB Movie Metadata dataset from Kaggle.
countvectorizer datapreprocessing flask machine-learning machine-learning-algorithms moviemetadata movierecommendation movies-recommendation natural-language-processing nlp python reccomendersystem reccommendation tfidfvectorization webapp
Last synced: 05 Apr 2026
https://github.com/nazmulhasannihal/fake-news-detection-naive-bayes-and-linearsvc-approaches
An end-to-end data science project: load, clean, and analyze news articles, then train and test text classification models using both LinearSVC and Naive Bayes. Evaluate results, interpret key features, and gain actionable insights. The project includes clear code, exploratory data analysis (EDA), and practical suggestions for further improvement.
countvectorizer jupyter-notebook linearsvc navie-bayes-algorithm python tfidfvectorization
Last synced: 27 Jun 2025