statsmagician / AI-Song-Writer

Training a computer to write music
20 stars 11 forks source link

Hacktoberfest - Performance updates for generateLyrics.py #2

Open statsmagician opened 7 years ago

statsmagician commented 7 years ago

On my personal computer, it takes about 6 minutes to run the generateLyrics.py. I've played around a bit with a few updates to make it faster. If you have any additions, suggestions, comments, bring them on!

statsmagician commented 7 years ago

Hey Joju,

https://www.kaggle.com/gyani95/380000-lyrics-from-metrolyrics

Here is the link. The file is too big for email. There is a big button that says, Download on the right side. If you have any more questions, don't be afraid to ask! If you know anything on natural language processing and can find an automatic method for correcting grammar, that would be very cool. Thank you for joining in on the fun!

Best Regards, Hunter

On Wed, Oct 11, 2017 at 4:19 PM, Joju Rajan notifications@github.com wrote:

I would like to work on this but could you add the dataset file and the lyrics file so that I could test the current system?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/statsmagician/AI-Song-Writer/issues/2#issuecomment-335935492, or mute the thread https://github.com/notifications/unsubscribe-auth/Ac-GT91gs14QCvaspZkAB_zMKgIPGpyXks5srSLZgaJpZM4PvXk0 .

jojurajan commented 7 years ago

Hi Hunter, I found the link from the Readme, that's why I removed the comment. :)

I am new to NLP, but we can look into that too. I'm looking at Python wise optimizations, as of now, but I think we will need to look at the tensorflow and nlp sections for optimizing the most.