https://github.com/umutphp/story-generate-app
https://github.com/umutphp/story-generate-app
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/umutphp/story-generate-app
- Owner: umutphp
- Created: 2024-06-16T15:25:42.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-15T13:15:54.000Z (almost 2 years ago)
- Last Synced: 2024-07-15T15:21:13.068Z (almost 2 years ago)
- Language: Python
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bedtime Story Generation
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.
# Install and Local Setup
Use `requirements.txt` to install the required packages and setup locally or use can use Docker Compose to run the setup at containers.
### Import Initial Data
To import initial Turkish stories, run the following command.
```bash
python manage.py import_initial_data
```
To import the initial English stories from [readthetale.com](https://readthetale.com/popular-bedtime-stories/), run the following command.
```bash
python manage.py import_data_readthetale
```
### Ollama container
TODO: Same cache folder with host machine