Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deepakpadhi986/ai-resume-analyzer
Ai Resume Analyzer is a tool which parses information from a resume using natural language processing and finds the keywords, cluster them onto sectors based on their keywords. And lastly show recommendations, predictions, analytics to the applicant based on keyword matching.
https://github.com/deepakpadhi986/ai-resume-analyzer
ai-resume-analyser ai-resume-analyzer ai-resume-analyzer-github dnoobnerd final-project final-year-college-poject final-year-project final-year-project-idea final-year-projects mysql-database python3 resume-analyser resume-analyses resume-analysis streamlit
Last synced: 8 days ago
JSON representation
Ai Resume Analyzer is a tool which parses information from a resume using natural language processing and finds the keywords, cluster them onto sectors based on their keywords. And lastly show recommendations, predictions, analytics to the applicant based on keyword matching.
- Host: GitHub
- URL: https://github.com/deepakpadhi986/ai-resume-analyzer
- Owner: deepakpadhi986
- License: mit
- Created: 2022-09-26T12:05:20.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-09T12:52:42.000Z (8 months ago)
- Last Synced: 2024-10-10T09:23:12.471Z (about 1 month ago)
- Topics: ai-resume-analyser, ai-resume-analyzer, ai-resume-analyzer-github, dnoobnerd, final-project, final-year-college-poject, final-year-project, final-year-project-idea, final-year-projects, mysql-database, python3, resume-analyser, resume-analyses, resume-analysis, streamlit
- Language: Python
- Homepage:
- Size: 3.71 MB
- Stars: 329
- Watchers: 3
- Forks: 92
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Best View in Light Mode and Desktop Site (Recommended)
![AI-Resume-Analyzer](https://socialify.git.ci/deepakpadhi986/AI-Resume-Analyzer/image?description=1&descriptionEditable=5th%20Sem%20Final%20Year%20Project%20at%20Kirti%20M%20Doongursee%20College%20(2022%20-%2023)&font=Raleway&language=1&pattern=Plus&theme=Light)
π΄ AI RESUME ANALYZER π΄
A Tool for Resume Analysis, Predictions and Recommendations
View Demo
Β·
Installation
Β·
Project Report
Built with π€ by
Deepak Padhi through
Dr Bright --(Data Scientist)
π A Project Submitted for the partial fulfilment of the degree B.sc CS at
Kirti College during academic year 2022-23
## About the Project π₯±
A tool which parses information from a resume using natural language processing and finds the keywords, cluster them onto sectors based on their keywords.
And lastly show recommendations, predictions, analytics to the applicant / recruiter based on keyword matching.
## Scope π²
i. It can be used for getting all the resume data into a structured tabular format and csv as well, so that the organization can use those data for analytics purposesii. By providing recommendations, predictions and overall score user can improve their resume and can keep on testing it on our tool
iii. And it can increase more traffic to our tool because of user section
iv. It can be used by colleges to get insight of students and their resume before placements
v. Also, to get analytics for roles which users are mostly looking for
vi. To improve this tool by getting feedbacks
## Tech Stack π»
Frontend
Backend
Database
Modules
## Features π€¦ββοΈ
### Client: -
- Fetching Location and Miscellaneous Data
Using Parsing Techniques to fetch
- Basic Info
- Skills
- Keywords
Using logical programs, it will recommend
- Skills that can be added
- Predicted job role
- Course and certificates
- Resume tips and ideas
- Overall Score
- Interview & Resume tip videos
### Admin: -
- Get all applicantβs data into tabular format
- Download userβs data into csv file
- View all saved uploaded pdf in Uploaded Resume folder
- Get user feedback and ratings
Pie Charts for: -
- Ratings
- Predicted field / roles
- Experience level
- Resume score
- User count
- City
- State
- Country
### Feedback: -
- Form filling
- Rating from 1 β 5
- Show overall ratings pie chart
- Past user comments history
## Requirements π
### Have these things installed to make your process smooth
1) Python (3.9.12) https://www.python.org/downloads/release/python-3912/
2) MySQL https://www.mysql.com/downloads/
3) Visual Studio Code **(Prefered Code Editor)** https://code.visualstudio.com/Download
4) Visual Studio build tools for C++ https://aka.ms/vs/17/release/vs_BuildTools.exe
## Setup & Installation π
To run this project, perform the following tasks π¨
Download the code file manually or via git
```bash
git clone https://github.com/deepakpadhi986/AI-Resume-Analyzer.git
```
Create a virtual environment and activate it **(recommended)**
Open your command prompt and change your project directory to ```AI-Resume-Analyzer``` and run the following command
```bash
python -m venv venvapp
cd venvapp/Scripts
activate
```
Downloading packages from ```requirements.txt``` inside ``App`` folder
```bash
cd../..
cd App
pip install -r requirements.txt
python -m spacy download en_core_web_sm
```
After installation is finished create a Database ```cv```
And change user credentials inside ```App.py```
https://github.com/deepakpadhi986/AI-Resume-Analyzer/blob/17e1cdb207fef62557dc394f4158bda515e541fd/App/App.py#L95
Go to ```venvapp\Lib\site-packages\pyresparser``` folder
And replace the ```resume_parser.py``` with ```resume_parser.py```
which was provided by me inside ```pyresparser``` folder
``Congratulations π₯³π± your set-up π and installation is finished π΅π€―``
I hope that your ``venvapp`` is activated and working directory is inside ``App``
Run the ```App.py``` file using
```bash
streamlit run App.py
```
## Known Error π€ͺ
If ``GeocoderUnavailable`` error comes up then just check your internet connection and network speed
## Issue While Installation and Set-up π€§
Check-out installation [Video](https://youtu.be/WFruijLC1Nc)
Feel Free to Send mail
## Usage
- After the setup it will do stuff's automatically
- You just need to upload a resume and see it's magic
- Try first with my resume uploaded in ``Uploaded_Resumes`` folder
- Admin userid is ``admin`` and password is ``admin@resume-analyzer``
## Roadmap π΅
* [x] Predict user experience level.
* [x] Add resume scoring criteria for skills and projects.
* [x] Added fields and recommendations for web, android, ios, data science.
* [ ] Add more fields for other roles, and its recommendations respectively.
* [x] Fetch more details from users resume.
* [ ] View individual user details.
## Contributing π€
Pull requests are welcome.
For major changes, please open an issue first to discuss what you would like to change.
I've attached the synopsis of the project
If you want the full report of project
Email Me ``it's FREE``
## Acknowledgement π€
- Dr Bright - (The Full Stack Data Scientist BootCamp)
- Resume Parser with Natural Language Processing
- pyresparser
## Preview π½
### Client Side
**Main Screen**
![Screenshot](https://github.com/deepakpadhi986/AI-Resume-Analyzer/blob/main/screenshots/user/1-main-screen.png?raw=true)
**Resume Analysis**
![Screenshot](https://github.com/deepakpadhi986/AI-Resume-Analyzer/blob/main/screenshots/user/2-analysis.jpg?raw=true)
**Skill Recommendation**
![Screenshot](https://github.com/deepakpadhi986/AI-Resume-Analyzer/blob/main/screenshots/user/3-recom.png?raw=true)
**Course Recommendation**
![Screenshot](https://github.com/deepakpadhi986/AI-Resume-Analyzer/blob/main/screenshots/user/4-recom.png?raw=true)
**Tips and Overall Score**
![Screenshot](https://github.com/deepakpadhi986/AI-Resume-Analyzer/blob/main/screenshots/user/5-tipsscore.png?raw=true)
**Video Recommendation**
![Screenshot](https://github.com/deepakpadhi986/AI-Resume-Analyzer/blob/main/screenshots/user/6-recom.png?raw=true)
### Feedback
**Feedback Form**
![Screenshot](https://github.com/deepakpadhi986/AI-Resume-Analyzer/blob/main/screenshots/feedback/1-form.png?raw=true)
**Overall Rating Analysis and Comment History**
![Screenshot](https://github.com/deepakpadhi986/AI-Resume-Analyzer/blob/main/screenshots/feedback/2-analytics.png?raw=true)
### Admin
**Login**
![Screenshot](https://github.com/deepakpadhi986/AI-Resume-Analyzer/blob/main/screenshots/admin/1-main-screen.png?raw=true)
**User Count and it's data**
![Screenshot](https://github.com/deepakpadhi986/AI-Resume-Analyzer/blob/main/screenshots/admin/2-user-data.png?raw=true)
**Exported csv file**
![Screenshot](https://github.com/deepakpadhi986/AI-Resume-Analyzer/blob/main/screenshots/admin/3-user-datacsv.png?raw=true)
**Feedback Data**
![Screenshot](https://github.com/deepakpadhi986/AI-Resume-Analyzer/blob/main/screenshots/admin/4-feed-data.png?raw=true)
**Pie Chart Analytical Representation of clusters**
![Screenshot](https://github.com/deepakpadhi986/AI-Resume-Analyzer/blob/main/screenshots/admin/5-pieexp.png?raw=true)
![Screenshot](https://github.com/deepakpadhi986/AI-Resume-Analyzer/blob/main/screenshots/admin/6-piescre.jpg?raw=true)
![Screenshot](https://github.com/deepakpadhi986/AI-Resume-Analyzer/blob/main/screenshots/admin/7-pielocation.png?raw=true)
### Built with π€ AI RESUME ANALYZER by Deepak Padhi