karpathy / neuraltalk

NeuralTalk is a Python+numpy project for learning Multimodal Recurrent Neural Networks that describe images with sentences.
5.4k stars 1.32k forks source link

Add Requirements file to install all dependencies at once #26

Closed EricZeiberg closed 9 years ago

EricZeiberg commented 9 years ago

Pip has a nice feature where you can pass it a requirements.txt file in an argument, and it will install all of the dependencies in the file at once. I have added such a file to this repo.

karpathy commented 9 years ago

thanks!