Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/justinline/departures

🤖🚉✨ London Tube stations dreamt up by GPT3
https://github.com/justinline/departures

fun gpt-3 lol london vite

Last synced: about 5 hours ago
JSON representation

🤖🚉✨ London Tube stations dreamt up by GPT3

Awesome Lists containing this project

README

        

# Departures

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

[Deployed version](https://departures.onrender.com)

## 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