greydanus / scribe

Realistic Handwriting with Tensorflow

Home Page:https://greydanus.github.io/2016/08/21/handwriting/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

please add requirements.txt to be compatible with mybinder.org

makatony opened this issue · comments

commented

Hello! This is quite an interesting project.

I noticed you added the dependencie son the README.md file.
Would you mind adding them on a requirements.txt file?

With this it would then be possible to send the mybinder URL from your repo to friends such that they can try it out without having a python environment with tensorflow on their local machine:
https://mybinder.org/v2/gh/greydanus/scribe/master?filepath=sample.ipynb
At the moment without requirements.txt file the mybinder does not include numpy etc in the build.

Thanks for considering it!