Skip to content

rinnadom/storylord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StoryLord: Children's Book Generator

Example

from storylord import StoryLord

story_prompt = "A turtle journeys into outer space to find signs of extraterrestrial life"
    
lord = StoryLord()
lord.create_storybook(story_prompt)

Requirements

OpenAI API Key needs to be provided to the StoryLord class by either:

  • setting the OPENAI_API_KEY env. variable (preferred)
  • setting the openai_api_key kwarg

Development

tox -e dev && source .tox/dev/bin/activate

Testing

tox

About

Children's book generator using LLMs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages