|
--- |
|
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. |
|
|