This is an experimental project for generating bedtime stories for kids. It is a PoC project in which a software developer experiments with applications while improving himself.
Django and Langchain are used as frameworks to perform the related tasks.
Use requirements.txt
to install the required packages and setup locally or use can use Docker Compose to run the setup at containers.
To import initial Turkish stories, run the following command.
python manage.py import_initial_data
To import the initial English stories from readthetale.com, run the following command.
python manage.py import_data_readthetale
TODO: Same cache folder with host machine