Talk to Santa is an interactive tool I made for my children, allowing them to engage in conversations with Santa Claus. This project leverages OpenAI and Eleven Labs technologies to create a fun experience for young kids. The user interface image was AI-generated using Microsoft Designer. Feel free to use or modify the code as you like!
- Conversational Interface: Enables children to talk to Santa in a realistic and engaging way.
- OpenAI Integration: Harnesses the power of OpenAI to facilitate natural conversations
- Voice Synthesis: Incorporates Eleven Labs' Santa voice for realistic responses.
Check out the video demonstration of the app in action!
Click the link above to download and view the demo video!
Note: The audio quality in this video may not be optimal. I plan to improve it and upload a new version when I have time.
- This project requires API keys for both OpenAI and Eleven Labs to function.
- OpenAI API Key: Obtain an API key by signing up at OpenAI's official website.
- Eleven Labs API Key: Get an API key by registering at Eleven Labs' official website.
- The API keys should be added in the
main.py
file on lines 17 & 18.