- This is the recommendation system built by Team Python for Lucid
- Requirements of the system can be found here
1) Fire up your favourite console & clone this repo somewhere:
❍ git clone https://github.com/hngi/team_python.git
2) Enter this directory:
❍ cd team_python
3) Update pip:
❍ python -m pip install --upgrade pip
4) Install other python packages/dependencies using the requirement file:
❍ pip3 install -r requirements.txt
5) To get recommendations to articles, use this command:
❍ python main_files/article_recommender.py 'Title of article'
6) To get recommendations based on a user you followed, you'll be asked for username input:
❍ python main_files/user_recommendation.py
Happy developing!
