awarebayes / RecNN

Reinforced Recommendation toolkit built around pytorch 1.7
Apache License 2.0
574 stars 113 forks source link

Where can I locate mekd.pkl you're using in a streamlit demo? #10

Closed e-ndrus closed 4 years ago

e-ndrus commented 4 years ago

Hey @awarebayes, amazing project! Trying to run your streamlit demo, but can't locate mekd.pkl. Where can it be downloaded from? Thanks!

awarebayes commented 4 years ago

Hi, thanks for your interest

  1. All the data I used is here: https://github.com/awarebayes/recnn-demo/tree/master/app/data

  2. Here is a docker repo that sets everything up: https://github.com/awarebayes/recnn-demo

cd ~/Downloads
git clone https://github.com/awarebayes/recnn-demo
cd recnn-demo && sh setup.sh
e-ndrus commented 4 years ago

Thanks! Worked like charm!