Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 375 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 375 Bytes

Departures

Small GPT-based project to create made up London tube stations using GPT3.

Deployed version

To run the project

Prerequisites:

  • yarn
  • node

To start:

yarn // install deps
yarn dev // start frontend

in another terminal:

yarn server // runs node server

You will need an open ai token to run the server