AUTOMATED HOME DATA COLLECTED

- Edit
AI-Focused Discord Bot

- Created a Discord bot named "Mr. Duck" that hosts a variety of useful Artificial Intelligence features.
- Leverages GPT-4 for users to make queries up to 1000 characters. Using the command "!gpt" calls GPT-4 and creates an embed but mentioning the bot using "@" calls GPT-3, uses plain text, and is much faster.
- OpenAI's Python Library also includes DALL-E 2 which allows the bot to generate images based on the users query. It can also edit images that are sent to it.
- Using ElevenLabs' Speech Synthesis API, I am able to train a voice using Artificial Intelligence and create voice files that sound similar to the training data. The bot can take text from Discord and return a voice recording.
Back to Top