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

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

Awesome Lists containing this project

README

          

![App](https://pbs.twimg.com/media/GnI3l47WAAA1bMB?format=jpg)

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