Skip to content

Python script to compare the Job Description with your resume using basic NLP

Notifications You must be signed in to change notification settings

sestok/resume-ats-analyzer

Repository files navigation

How to start

  1. clone the repository -> git clone https://github.com/sestok/resume-ats-analyzer
  2. run npm start
  3. Move to the backend folder, and set up a Python virtual environment -> python3 -m venv venv
  4. Activate the virtual environment -> source venv/bin/activate
  5. Install the required Python packages -> pip install Flask PyMuPDF nltk Flask-CORS
  6. Run python app.py
Screenshot 2024-04-06 at 1 25 29 AM

About

Python script to compare the Job Description with your resume using basic NLP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published