SRIJAS_DEMO.mp4
Smart-Resume-Interpreter-And-Job-Alert-System is an application that makes your job search easy and less frustrating. With SRIJAS, you can upload your resume and job which you want to search for. The application will browse Linkedin and Glassdoor websites to search for the jobs. The links of the jobs that matches with the skills in your resume, will be sent to you via email.
This is our submission for the Project for Software Engineering CSC 510 Fall 2021.
1.This is the main SRIJAS web page |
2.User have to upload their resume file and enter the details |
3.The application matches the job postings with the skills and send email to the user. |
- Designing the infrastructure for hosting the web application, database and other required services.
- Taking Resume, User Email and other basic User Details from the User using a portal.
- Design Database to support all phases of development.
- Scraping data from job posting websites like LinkedIn.
- Developing an Email or Notification Service.
- Extract knowledge from scraped data.
- Match user skillsets with the skillsets extracted from scraped data.
- Take more advanced filters from the user.
- Allow users to choose the threshold of matching of Skills.
- Integrate the basic portal with a login service.
- Create a system that stores user profiles and can generate insights from it.
- Allow users to select previously uploaded resumes.
- Develop a dashboard.
- Summarize and generate a graph about how the user's resume has progressed.
- Allow users to generate insights from how the uploaded resume compares with job descriptions in the market.
- Generate insights from all collected data.
- Clone the Github repository to a desired location on your computer. You will require git to be preinstalled on your machine. Once the repository is cloned, you will then
cd
into the local repository.
git clone https://github.com/ineelshah/SRIJAS.git
cd SRIJAS
- This project uses Python 3, so make sure that Python and Pip are preinstalled. All requirements of the project are listed in the
requirements.txt
file. Use pip to install all of those.
pip install -r requirements.txt
Neel Shah |
Parth Patel |
Ameya Tathavadkar |
Jay Shah |
Harshil Shah |