https://github.com/pathikrit/storybook
Generate and read children's stories using OpenAI
https://github.com/pathikrit/storybook
Last synced: about 1 year ago
JSON representation
Generate and read children's stories using OpenAI
- Host: GitHub
- URL: https://github.com/pathikrit/storybook
- Owner: pathikrit
- Created: 2025-03-27T20:03:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-07T15:16:04.000Z (about 1 year ago)
- Last Synced: 2025-06-07T16:30:28.306Z (about 1 year ago)
- Language: Python
- Homepage: https://storybook.party
- Size: 438 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

## Installation
```shell
git clone git@github.com:pathikrit/storybook.git
cd storybook
echo "OPENAI_API_KEY=???" >> .env
poetry env use 3.11
poetry install --no-root
```
## Run
```
poetry run fastapi dev server.py
```