/bookjibe

Generate books with AI power

Primary LanguagePythonMIT LicenseMIT

bookjibe

Generate books with AI power.

The UI

Installation

Clone the repo.

git clone https://github.com/jpoullet2000/bookjibe.git
pip install poetry 
poetry install 

Create a .env file in the root folder with the content:

BOOKJIBE_PROMPT_FOLDER=init_prompts/french
BOOKJIBE_USER_LANGUAGE=fr
BOOKJIBE_TEMPORARY_FOLDER=<tmp_folder>
OPENAI_API_KEY=<openai_key>
OPENAI_MODEL=gpt-3.5-turbo

Note that BOOKJIBE_PROMPT_FOLDER can refer a different folder (not limited to french prompts). The bookjibe user language can also be a different language, e.g., en.

Get started

From the root folder, type:

python bookjibe/ui/app.py