Cuentologia
Cuentologia is a children's story application that provides access to professionally crafted tales with sound effects and illustrations. My contribution focused on developing an AI-powered alternative that allows users to create custom stories in real time.
I implemented a system that integrates multiple AI technologies: ChatGPT for story generation, DALL-E for image creation, and ElevenLabs for text-to-speech conversion. All generated assets (texts, images, and audio) are efficiently stored and managed in AWS S3.
The application integrates audio creation and concatenation with multiple voices and background music using ffmpeg.
Key contributions:
- AI integration: Developed the complete pipeline for generating stories, images, and audio using various AI APIs.
- Cloud architecture: Designed and implemented the storage system using AWS S3 for all generated content.
- Design patterns: Implemented a queue and RPM system to manage the generation of stories, images, and audio.
This project served as a testing ground for the AI technologies later implemented in Oneg, allowing us to validate the quality and user acceptance of AI-generated content with a base of 3000 active users.



