Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/milewski/dearbook-challenge
- Owner: dearbook-ai
- Created: 2024-11-01T10:09:17.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-12-30T08:18:49.000Z (20 days ago)
- Last Synced: 2024-12-30T08:34:00.786Z (20 days ago)
- Topics: ai, book, dearbook, fun
- Language: PHP
- Homepage: https://dearbook.fun
- Size: 14.9 MB
- Stars: 39
- Watchers: 1
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - milewski/dearbook-challenge - My submission to the hackathon - The Open Source AI Challenge (PHP)
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).