Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📄 Resume Analyzer (ML + NLP)

A Machine Learning based web application that analyzes resumes and predicts the most suitable job role using NLP techniques. The system also provides insights like skills extraction, resume scoring, and improvement suggestions.


🚀 Live Demo

🔗 https://resume-analyzer-fysq.onrender.com


📌 Features

  • 📄 Upload Resume (PDF / DOCX)
  • 🤖 Predict Job Role using Machine Learning
  • 🧠 NLP-based text preprocessing
  • ⚡ In-memory file processing (no file storage)

🧠 Tech Stack

  • Language: Python
  • Frontend: Streamlit
  • ML/NLP: Scikit-learn, NLTK
  • Model: TF-IDF + Logistic Regression
  • Deployment: Render

⚙️ How It Works

  1. User uploads resume (PDF/DOCX)
  2. Text is extracted using parsing libraries
  3. Text is cleaned and preprocessed
  4. TF-IDF converts text into numerical features
  5. Trained ML model predicts job role

About

This is a project which predicts the best role for you according to your resume.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages