Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/justinline/departures
- Owner: justinline
- Created: 2023-06-17T12:58:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-12T12:00:43.000Z (7 months ago)
- Last Synced: 2024-04-12T19:34:58.766Z (7 months ago)
- Topics: fun, gpt-3, lol, london, vite
- Language: TypeScript
- Homepage: https://departures.onrender.com
- Size: 1.22 MB
- Stars: 1
- Watchers: 2
- 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
- nodeTo 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