Skip to content

This is an ecommerce recommendation system that is measured with weighted user rating and content cosine similarity.

Notifications You must be signed in to change notification settings

Hasibul-Islam/Hybrid-Recommendation-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Hybrid-Recommendation-System

This is an ecommerce recommendation system that is measured with weighted user rating and content cosine similarity.

How to use this?

Necessary Libraries Installation

Use the package manager pip to install the required libraries.

pip install numpy 
pip install pandas
pip install sklearn
pip install matplotlib
pip install nltk

Run using jupyter notebook

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

[MIT] (https://choosealicense.com/licenses/mit/)