https://github.com/chuanqisun/poemoji
Collaborative story telling for Halloween
https://github.com/chuanqisun/poemoji
Last synced: 8 months ago
JSON representation
Collaborative story telling for Halloween
- Host: GitHub
- URL: https://github.com/chuanqisun/poemoji
- Owner: chuanqisun
- Created: 2024-10-28T02:10:30.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-19T18:28:02.000Z (12 months ago)
- Last Synced: 2025-01-17T15:52:03.265Z (10 months ago)
- Language: JavaScript
- Homepage: https://chuanqisun.github.io/poemoji/
- Size: 4.74 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Poemoji
This is a one-off Halloween project.
The app lets user "choose your adventure" by picking emojis and adding captions. The users will use QR code to pass the game to the next person.
In the end, LLM will generate a poem based on users choices.
## Get started
The initial player needs to use the following URL to setup authentication with OpenAI and Azure Speech
```
https://chuanqisun.github.io/poemoji/?speechRegion=******&speechKey=***********&llmKey=************
```
- `speechRegion` is the region for Azure Speech service, e.g. `eastus`, `westus`, etc.
- `speechKey` is the key for Azure Speech service
- `llmKey` is the key for OpenAI Chat Completion API