Where can I locate mekd.pkl you're using in a streamlit demo?
Closed this issue · 2 comments
e-ndrus commented
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
Hi, thanks for your interest
-
All the data I used is here:
https://github.com/awarebayes/recnn-demo/tree/master/app/data -
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
Thanks! Worked like charm!