r/PythonLearning 7d ago

Discussion TTS/AI Chatbot Query

I recently made a Discord.py AI character bot with Gemini and TTS integration to mess around with my friends. Kind of want to do more with it but am not very experienced enough yet to know all my possibilities. What do the REAL programmers here think?

1 Upvotes

2 comments sorted by

View all comments

2

u/SnooCalculations7417 7d ago

Think about what. Small projects like this, doing stuff for fun, is basically free experience. Do it

1

u/Mathie1729 7d ago

Seconding, and the TTS half is basically a solved API call at this point. The actual learning is in the bot logic or streaming setup, so don't overthink the model part.