resulemreaygan / recommendation-system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Recommendation System App

Installation

Use the package manager pip to install the necessary packages to run recommendation system.

pip install flask~=2.0.1
pip install waitress~=2.0.0
pip install pandas~=1.1.5
pip install mlxtend~=0.18.0
pip install matplotlib~=3.4.2
pip install seaborn~=0.11.1
pip install squarify~=0.4.3

or just run pip install -r requirements.txt

Python Version: 3.7

Dataset

This dataset cannot be shared for privacy reasons.

Usage

You can edit the relevant places for your parameters from all_constants.py.

Just run python app.py

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