Fun app to explore ML. Goal is to create an app that can mimic my text messaging. So far, I've customized and trained a nanoGPT from Andrej Karpathy on my texts to create a texting bot for myself.
The output is relatively coherent, which is pretty awesome.
TBD
From the jojogpt-app directory, run the following commands in your terminal:
npm install
npm run dev
In the browser, open http://localhost:3000 or use another port as specified by the terminal output.