forked from hrushabhchouhan/SRIJAS2.0
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3d17e4b
commit e2a829f
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
![alt text](https://github.com/hrushabhchouhan/SRIJAS2.0/blob/main/images/dashboard.png) | ||
![alt text](https://github.com/hrushabhchouhan/SRIJAS2.0/blob/main/images/Dashboard.jpeg) | ||
|
||
After scanning the resume from the user, the skills found on it are searched on various job searching platforms such as LinkedIn, Glassdoor and Indeed. Web scraping is performed in order to fetch relevant jobs, the results of which are stored in the database. These results are then displayed in the form of a dashboard with the skills displayed along with the number of jobs matched. The scraping is performed using files which are in the /Code/Scrapper directory (Scrapper_main.py, keyword_extraction_modules.py, scrapper_glassdoor.py, scrapper_indeed.py, scrapper_linkedin.py) and the UI for this dashboard is in the home.php file. |