Resume Matcher: A Streamlit app that compares resumes with job descriptions, highlights matched and missing skills, and calculates text similarity and skill coverage.
-
Updated
Dec 16, 2025 - Python
Resume Matcher: A Streamlit app that compares resumes with job descriptions, highlights matched and missing skills, and calculates text similarity and skill coverage.
Homeworks and final project for Infosearch course
This program is a project carried out in the Natural Language Processing course, which is a Taylor Swift song recommender. It utilizes topics such as sentiment analysis in texts, text vectorization, and the removal of stopwords.
The project finds the emotion in the given text. It takes input in a text/sentence format through the User or through Twitter API.
AI Resume & Job Matching Tool is a Streamlit-based web app that compares a candidate’s resume with a job description using NLP (TF-IDF & cosine similarity). It generates a match score and highlights missing skills, helping job seekers optimize their resumes for specific roles.
Naive Bayes classifier with text parser and vectorization libs
Machine Learning course of Piero Savastano 3: CountVectorizer
🧠 Machine Learning & Natural Language Processing: Predict the author of literary text snippets. Built with TensorFlow and Keras, this project trains an LSTM model on classic literature to identify writing style and authorship.
A simple Python script for transforming a corpus of documents into text vectors suitable for visualization
Comment Sentiment Analysis using Deep Learning
Given a document, identifying the closest documents within the list of documents using tf-idf matrix and cosine similarity
📖 Use Bi-normal Separation to find document vectors which is used to compute similarity for shorter sentences.
A Python toolbox for gaining geometric insights into high-dimensional data
Add a description, image, and links to the text-vectorization topic page so that developers can more easily learn about it.
To associate your repository with the text-vectorization topic, visit your repo's landing page and select "manage topics."