“ Dude where is my car. What do you need it for? Where are the employees? This is a man who's got a wife and a beautiful home. And he's going to be president. OK. He's going to be president ”
Hey HN!<p>As a side project, I used the GPT-2 OpenAI NLG model and trained it on Donald Trump speeches. You can type a sentence and it will generate a few paragraphs that sound like Trump completing the thought.<p>I used <a href="https://github.com/minimaxir/gpt-2-simple" rel="nofollow">https://github.com/minimaxir/gpt-2-simple</a> and some other stuff to re-train, with Starlette being the python web server. I'll write up a blog post later on what I learned and issues I faced.<p>The text generation is pretty slow right now (~20 secs), but I didn't optimize anything since this was just a fun side project. Would love thoughts/feedbacks/funny texts :-)