https://github.com/ramankishore08/resume-evaluator
This project helps users build professional resumes with five customizable templates and a download option. It checks ATS scores and provides suggestions for improvement. Users can refine their resumes based on detailed feedback. The system filters and selects the top 5 resumes from multiple submissions.
https://github.com/ramankishore08/resume-evaluator
css flask-application jsx natural-language-processing onrender-deploy python react rest-api vercel-deployment
Last synced: 8 months ago
JSON representation
This project helps users build professional resumes with five customizable templates and a download option. It checks ATS scores and provides suggestions for improvement. Users can refine their resumes based on detailed feedback. The system filters and selects the top 5 resumes from multiple submissions.
- Host: GitHub
- URL: https://github.com/ramankishore08/resume-evaluator
- Owner: RamanKishore08
- Created: 2024-11-07T16:16:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-11T08:20:01.000Z (about 1 year ago)
- Last Synced: 2025-06-04T23:03:37.978Z (10 months ago)
- Topics: css, flask-application, jsx, natural-language-processing, onrender-deploy, python, react, rest-api, vercel-deployment
- Language: JavaScript
- Homepage: https://smart-resume-analyzer-web.vercel.app/
- Size: 1.43 MB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Resume Evaluation System





---
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.
---
## 🛠️ Local Setup
Run **Backend** first, then start **Frontend**.
### Clone the Repository
```bash
git clone https://github.com/RamanKishore08/Resume-Evaluator.git
```
### Open file directory
```bash
cd Resume-Evaluator
```
### Open Frontend
```bash
cd backend
```
### Install necessary python libraries
```bash
pip install -r requirements.txt
```
### Run Flask Backend
```bash
python app.py
```
### Open Frontend
```bash
cd frontend
```
### Install the node modules
```bash
npm install
```
### Install the libraries
```bash
npm install react react-dom react-router-dom axios firebase framer-motion html2canvas html2pdf.js jspdf react-hook-form react-icons boxicons
```
### Run the Frontend
```bash
npm start
```
# SCREENSHOTS
### Login page with firebase authentication

### Selecting the options from the index page

### RESUME BUILDING MODULE:



### RESUME SCORE AND SUGGESTION PROVIDER MODULE:


### BEST 5 SELECTION MODULE:

---
## 🌟 Support the Project
If you find this project helpful, feel free to **fork** it and give it a ⭐️!
### 📌 How to Fork and Clone
1. Click the **Fork** button at the top-right corner of this page.
2. Clone the forked repository to your local machine:
```bash
git clone https://github.com/RamanKishore08/Resume-Evaluator.git
```
---