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 2 months ago
JSON representation
🤖🚉✨ London Tube stations dreamt up by GPT3
- Host: GitHub
- URL: https://github.com/justinline/departures
- Owner: justinline
- Created: 2023-06-17T12:58:28.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T12:00:43.000Z (about 2 years ago)
- Last Synced: 2025-03-05T00:43:35.898Z (over 1 year ago)
- Topics: fun, gpt-3, lol, london, vite
- Language: TypeScript
- Homepage: https://departures.onrender.com
- Size: 1.22 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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