DannyMerkx / speech2image

Neural network implementation of a speech to image system. Networks are trained to embed images and corresponding captions to the same vector space.
8 stars 4 forks source link

License #1

Open gchrupala opened 4 years ago

gchrupala commented 4 years ago

Hey Danny, What is the license of the code in this repository? We'd like to reuse some of you code for our work which we usually release as open source (e.g. Apache). Would this be possible?

DannyMerkx commented 4 years ago

Hi Grzegorz,

Good that you mention it, I'll license it probably under Apache or Academic free license, you can use it for your work.

Let me know if there is anything I can help with regarding the code. I know that my comments and commit messages tend to get less and less informative as a project progresses but I tried to clean and tidy up the repo after the InterSpeech paper.

gchrupala commented 4 years ago

Thanks! The code is pretty easy to work with so far. Will let you know if we run into problems.