Skip to content

Latest commit

 

History

History
58 lines (43 loc) · 2.06 KB

README.md

File metadata and controls

58 lines (43 loc) · 2.06 KB

JojoGPT

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.

Table of Contents

  1. Tech Stack
  2. Product Features
  3. Getting Started
  4. Contributors

Tech Stack

GPT

Python Flask

Front End

TypeScript React Styled-Components

Back End

Node Axios

Product Features

TBD

Getting Started

Installation

From the jojogpt-app directory, run the following commands in your terminal:

1. Install all dependencies

  npm install

2. Start the development server.

  npm run dev

In the browser, open http://localhost:3000 or use another port as specified by the terminal output.

Contributors

  joseromanortiz

Back to top ↑