https://github.com/resulemreaygan/recommendation-system
https://github.com/resulemreaygan/recommendation-system
apriori apriori-algorithm flask flask-restful fpgrowth matplotlib matplotlib-pyplot mlextend pandas python3 seaborn squarify waitress
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/resulemreaygan/recommendation-system
- Owner: resulemreaygan
- Created: 2021-07-09T20:27:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-09T22:00:41.000Z (over 4 years ago)
- Last Synced: 2023-08-21T21:43:20.813Z (over 2 years ago)
- Topics: apriori, apriori-algorithm, flask, flask-restful, fpgrowth, matplotlib, matplotlib-pyplot, mlextend, pandas, python3, seaborn, squarify, waitress
- Language: Python
- Homepage:
- Size: 85.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Recommendation System App
## Installation
Use the package manager [pip](https://pip.pypa.io/en/stable/) to install the necessary packages to run recommendation system.
```bash
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](https://choosealicense.com/licenses/mit/)