A hybrid recommendation system which uses user to user and item to item based collaborative filtering technique to recommend job to the users according to their profile and previous user base. This project based on Django web framework and is a webapp.
- Collaborative Filtering
- Content Filtering
- Hybrid model
###Similiarity used:
- Cosine Similarity
- Mahattan Distance
- Clone this github project
- Create a virtualenvironment in python
- pip install all the requirements [pip install -r requirements.txt]
- Run python manage.py
- Go to localhost
- Enter your profile information to get recommended jobs
- Go to src/data to add userdata and jobdata