Skip to content

jojortz/jojoGPT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 ↑

Releases

No releases published

Packages

No packages published