gooofy / zamia-speech

Open tools and data for cloudless automatic speech recognition
GNU Lesser General Public License v3.0
444 stars 84 forks source link

chore: Add environment.yml containing Conda environment #7

Closed mpuels closed 6 years ago

mpuels commented 6 years ago

I've created a Conda environment to make installing the Python requirements for this project easier.

gooofy commented 6 years ago

I am not familiar with conda but sounds useful (and certainly impressive work!) anyway :) - thanks!

mpuels commented 6 years ago

Then you should give Conda a try. It mitigates the "works on my machine" syndrome :smile:

gooofy commented 6 years ago

I see :)) - I must confess that the "speech" scripts in particular were written to run on my machines only - the main reason why I published them was to show that there is no magic behind the models I build.

That said I must say that I am happy to accept any patches that move these scripts closer towards re-usability by other ASR model builders - it just hasn't been my main goal so far. Thanks again for your contributions and keep those patches and bug reports coming! :o)