googlecreativelab / aiexperiments-drum-machine

Thousands of everyday sounds, organized using machine learning.
https://aiexperiments.withgoogle.com/drum-machine
Apache License 2.0
738 stars 118 forks source link

Versions of Python depencies #14

Open evavdborn opened 4 years ago

evavdborn commented 4 years ago

Hi,

Since its been a while this project is published, can someone please provide a list of the right python dependencies for me that I need to install. Also which python2 version do you need for this to run it properly?

Kind Regards, Eva

EMCP commented 2 years ago

https://github.com/googlecreativelab/aiexperiments-drum-machine/pull/16

This PR shows you do not need any old python 2.x versions.. please proceed directly to python 3.. and I've added a requirements.txt file to help you

pip install -r requirements.txt

and you're set