greydanus / scribe

Realistic Handwriting with Tensorflow
https://greydanus.github.io/2016/08/21/handwriting/
256 stars 87 forks source link

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

Open makatony opened 4 years ago

makatony commented 4 years ago

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!