Skip to content

Adding backend and client code #103

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 28 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
df74b33
Project Proposal Added
OjasviAgarwal Oct 23, 2022
0edcc29
Added updated project proposal
OjasviAgarwal Oct 23, 2022
2c689fb
Delete Job Recommendation System.pdf
OjasviAgarwal Oct 23, 2022
ac6f757
Update 3
OjasviAgarwal Oct 23, 2022
cab33e1
Delete Job Recommendation System (2).pdf
OjasviAgarwal Oct 23, 2022
218d5ec
Add files via upload
OjasviAgarwal Nov 12, 2022
f9d6b2f
Add files via upload
OjasviAgarwal Nov 12, 2022
4a9045a
Delete TIS MidTerm Report (1).pdf
OjasviAgarwal Nov 12, 2022
57a4080
adding linkedin web scraper
Nov 12, 2022
248304f
adding client and backend files
Dec 7, 2022
e0c9967
updated requirements.txt
dummyuser2j Dec 7, 2022
eacdaef
removed comments
Dec 7, 2022
e3e4bc0
Merge branch 'feature/add_web_scrapper'
dummyuser2j Dec 7, 2022
a15f982
Merge branch 'feature/add_web_scrapper'
dummyuser2j Dec 7, 2022
5f5a730
Location parameter removed
Dec 7, 2022
6b56280
update frontend and remove duplicates
Dec 7, 2022
1ea301d
merging code with latest frontend
Dec 7, 2022
ef96571
Merge branch 'feature/add_web_scrapper' of https://github.com/OjasviA…
dummyuser2j Dec 7, 2022
85214ae
Merge pull request #2 from OjasviAgarwal/feature/add_web_scrapper
OjasviAgarwal Dec 7, 2022
1917a28
Merge branch 'main' of https://github.com/OjasviAgarwal/JobRecommenda…
dummyuser2j Dec 7, 2022
7dc0d33
update readme
dummyuser2j Dec 7, 2022
17d5925
updating github link
Dec 7, 2022
770c526
Merge branch 'main' of https://github.com/OjasviAgarwal/JobRecommenda…
Dec 7, 2022
4b4b6b8
update readme part 2
dummyuser2j Dec 7, 2022
313726a
Merge branch 'main' of https://github.com/OjasviAgarwal/JobRecommenda…
dummyuser2j Dec 7, 2022
68ce33d
Update README.md
OjasviAgarwal Dec 7, 2022
267d933
Add files via upload
OjasviAgarwal Dec 7, 2022
f52f55d
Final project documentation added
OjasviAgarwal Dec 7, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update README.md
  • Loading branch information
OjasviAgarwal authored Dec 7, 2022
commit 68ce33df83a31b56ab9866f745a192b030bd384a
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

The topic of our project is ‘Job Recommendation System’. Being students ourselves, it’s very difficult to find the right jobs based on our resumes. Currently, we end up going through most of the job descriptions and start manually checking if the job description has the skills mentioned that match with the skills that we have. Therefore, we are trying to solve this problem by providing job recommendations based on the resume that is uploaded by the user. This way, the manual process for keyword matching based on skills is not needed anymore.

Demo Presentation and Video: https://drive.google.com/file/d/1jN_jI4-0qTC7cz_S_diDNiNH6HTBZ1zq/view?usp=share_link


# Environment Setup:

Expand Down