tfrere's picture
update readme card data
6bf12a4
---
title: IA Interactive Comic Book
emoji: πŸ’­
colorFrom: red
colorTo: blue
sdk: docker
pinned: true
---
# Comic Book Generator - Interactive AI Stories
An interactive narrative game that generates unique stories in comic book form, powered by AI.
## 🌟 Features
- Unique story generation with Mistral AI
- Interactive comic book interface
- Predefined or custom choices
- Voice narration
- Responsive design (desktop & mobile)
## πŸš€ Quick Start
### Prerequisites
- Node.js 20+
- Python 3.10+
- Poetry
- Mistral API Key
- Hugging Face Endpoint URL
### Start the Server
```bash
cd server
poetry install
poetry run dev
```
### Start the Client
```bash
cd client
yarn install
yarn dev
```
## πŸ“ Project Structure
```
.
β”œβ”€β”€ client/ # React/Vite Frontend
β”œβ”€β”€ server/ # Python/FastAPI Backend
└── finetuning/ # AI Training Scripts
```
## πŸ”— Useful Links
- [Project Presentation](https://devpost.com/software/sarah-s-chronicles)
- [API Documentation](/server/README.md)
- [Client Documentation](/client/README.md)
## 🀝 Contributing
Contributions are welcome! Please check our contribution guidelines for more details.
## πŸ“„ License
This project is licensed under the MIT License. See the `LICENSE` file for details.