💾 Archived View for jaeyoung.se › posts › generate-text-with-an-rnn-model captured on 2023-03-20 at 17:43:07. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
date = 2023-02-07 tags = ["rnn"] title = "Generate text with an RNN model trained with Shakespeare's writing"
I have the inference server running on my computer. You can send requests from this web page:
https://jaeyoung.se/toys/shakespeare
Or with a Deno script:
deno run https://jaeyoung.se/jaese/lib/arts/fiction/shakespeare_client.ts
I followed the
Text generation with an RNN tutorial on the Tensorflow website,
but instead of Tensorflow, used
and