All Projects → yadavgaurav251 → Context-Aware-Recommender

yadavgaurav251 / Context-Aware-Recommender

Licence: MIT License
Hybrid Recommender System

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to Context-Aware-Recommender

Hacktober Fest 2021
A repository to contribute and learn OpenSource
Stars: ✭ 20 (+25%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
Hacktober-Fest-2021
Repository for community contributions
Stars: ✭ 23 (+43.75%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
github-fest-2021
No description or website provided.
Stars: ✭ 44 (+175%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
magento2-showoutofstockprice
This Magento2 Module adds prices and the add-to-cart button to out-of-stock configurable products.
Stars: ✭ 22 (+37.5%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
FB-Ads-Opt-UCB
The easiest way to optimize Facebook Ads using Upper Confidence Bound Algorithm. 💻
Stars: ✭ 23 (+43.75%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
EmuConfigurator
Emuflight Configurator is a cross-platform configuration tool for the Emuflight flight control system
Stars: ✭ 115 (+618.75%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
TheAlgorithms
This contains whatever you need to study about Algos...
Stars: ✭ 21 (+31.25%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
downloadTimeCalculator
A site to get approximate download time
Stars: ✭ 25 (+56.25%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
kartik python
It's my python repository, where I upload various python projects using many kinds of modules from tkinter to opencv to pygames. It's very fun to code them :)
Stars: ✭ 14 (-12.5%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
hacktoberfest36 2021
Hacktober Fest 2021 is live. Contribute your projects.
Stars: ✭ 43 (+168.75%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
DeveloperFolio
A DevFolio/Developer Portfolio built using ReactJs and Animation libraries.
Stars: ✭ 51 (+218.75%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
chic-ui
Lightweight CSS-in-JS styled UI Component Library for React
Stars: ✭ 39 (+143.75%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
MERN-E-Commerce
A simple E-Commerce app built on MERN stack with integrated Stripe Checkout.
Stars: ✭ 57 (+256.25%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
Hacktoberfest2021
This Repository for Hacktoberfest Fest 2021. Contribute anything for your T-shirt, must be relevant that can add some value to this repo.
Stars: ✭ 57 (+256.25%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
cinesimile
CineSimile is a platform that shows similar movies for a specific movie.
Stars: ✭ 16 (+0%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
weatherbes-android
An open sourced Weather App made using OpenWeatherMapAPI
Stars: ✭ 23 (+43.75%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
Footer-and-Header-design-Challenge
Contribute your design in Footer and Header design templates using HTML, CSS, JavaScript.
Stars: ✭ 12 (-25%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
Hacktoberfest-imagine-your-contribution
Contribute anything for your T-shirt, must be relevant that can add some value to this repo.
Stars: ✭ 16 (+0%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
Hacktoberfest 2021
all valid pull requests accepted!!
Stars: ✭ 23 (+43.75%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
DSA
Write DSA Codes into it
Stars: ✭ 18 (+12.5%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021

Context-Aware-Recommender

GitHub stars  Hits

⛳️  Motivation

“If a person is presented with too many options, they are less likely to buy.”

On the Internet, where the number of choices is overwhelming, there is a need to filter, prioritize and efficiently deliver relevant information. Recommender systems help drive user engagement on platforms by generating personalized recommendations based on a user’s past behaviour.

The main motivation behind the project was to make a recommender system which is contextually aware since the context can massively change the result. While researching for the project we were not able to find any open sourced contextual recommender systems which only increased our fascination to implement one and the open-source it later.

Context cannot be taken lightly for recommender system, for instance, think you visited a hotel during summers which had everything great but their Air Conditioners were not working then you will leave a bad rating for the place but if you had visited the same hotel during winters the AC wouldn’t have mattered and you would have given them a great rating.

Netflix famously sponsored a competition, offering a grand prize of $1,000,000 to return recommendations that were 10% more accurate than those offered by the company's existing recommender system. Experts predict that Amazon approximately gets 25% of its sales through recommendations made to users and it is here we believe things like context-awareness would shine. So to leave out context-awareness can be a massive mistake.

🚀  Installation

Installing Required Files

git clone https://github.com/yadavgaurav251/Context-Aware-Recommender.git
cd Context-Aware-Recommender/
conda create --name recommender python=3.8
conda activate recommender
pip install -r requirements.txt

Django Server

cd Context-Aware-Recommender/UI/
python manage.py runserver

Screenshots

Movie Recommendation on Independence Day -

Recommendation on Independence Day

📖  Project Design and Diagram:

graph

🛠  Features

  • Content-Based Recommender
  • Collaborative Filtering Recommender System
  • Hybrid Recommender System
  • Context-Aware Recommender System
  • Merging Hybrid And Context-Aware Recommender System
  • Django Based Interface
  • Integrating Django and Recommender System

🛠  Features To Implemented

  • Chrome Extension
  • Reinforcement Learning
  • Mobile App
  • New Webapp Design

🤝  Found a bug? Missing a specific feature?

Feel free to file a new issue with a respective title and description on the yadavgaurav251/Context-Aware-Recommender repository. If you already found a solution to your problem, we would love to review your pull request!

📘  License

The Project is released under the under terms of the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].