An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Resume Evaluation System

![React](https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB)
![Firebase](https://img.shields.io/badge/Firebase-FFCA28?style=for-the-badge&logo=firebase&logoColor=white)
![Python](https://img.shields.io/badge/Python-3776AB?style=for-the-badge&logo=python&logoColor=white)
![Flask](https://img.shields.io/badge/Flask-000000?style=for-the-badge&logo=flask&logoColor=white)
![REST API](https://img.shields.io/badge/REST-02569B?style=for-the-badge&logo=rest&logoColor=white)

---

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
![image](https://github.com/RamanKishore08/Resume-Evaluator/blob/main/Screenshots/login.jpg)

### Selecting the options from the index page
![image](https://github.com/RamanKishore08/Resume-Evaluator/blob/main/Screenshots/page1.jpg)

### RESUME BUILDING MODULE:
![image](https://github.com/RamanKishore08/Resume-Evaluator/blob/main/Screenshots/TemplateSelection.jpg)

![image](https://github.com/RamanKishore08/Resume-Evaluator/blob/main/Screenshots/Template1.jpg)

![image](https://github.com/RamanKishore08/Resume-Evaluator/blob/main/Screenshots/Preview.jpg)

### RESUME SCORE AND SUGGESTION PROVIDER MODULE:
![image](https://github.com/RamanKishore08/Resume-Evaluator/blob/main/Screenshots/Resume.jpg)

![image](https://github.com/RamanKishore08/Resume-Evaluator/blob/main/Screenshots/Score.jpg)

### BEST 5 SELECTION MODULE:

![image](https://github.com/RamanKishore08/Resume-Evaluator/blob/main/Screenshots/Best5.jpg)

---
## 🌟 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
```
---