This project offers a comprehensive solution for building resumes, evaluating scores with suggestions, and filtering the best resumes efficiently. It streamlines the resume management process with advanced features.
Run Backend first, then start Frontend.
git clone https://github.com/RamanKishore08/Resume-Evaluator.git
cd Resume-Evaluator
cd backend
pip install -r requirements.txt
python app.py
cd frontend
npm install
npm install react react-dom react-router-dom axios firebase framer-motion html2canvas html2pdf.js jspdf react-hook-form react-icons boxicons
npm start
If you find this project helpful, feel free to fork it and give it a ⭐️!
- Click the Fork button at the top-right corner of this page.
- Clone the forked repository to your local machine:
git clone https://github.com/RamanKishore08/Resume-Evaluator.git