Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/milewski/dearbook-challenge

The backend engine behind the DearBook website.
https://github.com/milewski/dearbook-challenge

ai book dearbook fun

Last synced: 11 days ago
JSON representation

The backend engine behind the DearBook website.

Awesome Lists containing this project

README

        

DearBook



Create Magical Illustrated Children's Stories with AI


This is the main repository for my submission to [The Open Source AI Challenge](https://dev.to/challenges/pgai).

The project is organized into three folders:

- **[Backend](./backend)**: Contains the API, Queue, Database, ComfyUI, and Ollama.
- **[Frontend](./frontend)**: The UI that communicates with the API.
- **[Infrastructure](./infrastructure)**: The Terraform and stack files used to deploy the application on a Docker Swarm cluster.

Each subfolder includes instructions for running the project locally. Setup is straightforward,
as everything has been containerized, running `docker compose up` is all that’s needed.

> [!WARNING]
> You need a good NVIDIA GPU to run this project!!.

For a more detailed overview, including screenshots, you can read the submission sent to the challenge here: [https://dev.to/milewski/dearbook-create-magical-illustrated-childrens-stories-with-ai-4mpe](https://dev.to/milewski/dearbook-create-magical-illustrated-childrens-stories-with-ai-4mpe).