The application runs on python 3.5
This is a command line application, It takes a MySQL dataset that is provided by https://grouplens.org/datasets/movielens/.
Make sure the following conditions are met:
- MovieLens Database is loaded into MySQL https://grouplens.org/datasets/movielens/
- A MySQL server is running and has MovieLens database ready
- A MongoDB server is running
- Make sure you configure
config.py
with appropirate variables - Install the dependencies
pip install -r requirements.txt
To run, simply type
python3 pipeline.py
Balraj Singh Bains