- 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