- clone the repository ->
git clone https://github.com/sestok/resume-ats-analyzer
- run
npm start
- Move to the backend folder, and set up a Python virtual environment ->
python3 -m venv venv
- Activate the virtual environment ->
source venv/bin/activate
- Install the required Python packages ->
pip install Flask PyMuPDF nltk Flask-CORS
- Run
python app.py
sestok/resume-ats-analyzer
Python script to compare the Job Description with your resume using basic NLP
JavaScript