Below you will find pages that utilize the taxonomy term “Keras”
postsread more
using generative neural nets in keras to create ‘on-the-fly’ dialogue
This is an old walkthrough of using Keras to train a character-level LSTM on YouTube captions, then using speech-to-text to generate a possible next line of dialogue. The code is no longer current, but it shows the basic flow I was playing with: collect sales-call subtitles, train a small generative model, speak a prompt, and have the model suggest what could come next.