Skip to content

Ary is a voice-controlled TalkBack assistant built with Python. It listens to your voice, answers questions from a local database, tells the time, cracks jokes, and even learns new info you teach it. Features include speech recognition, text-to-speech, SQLite storage, and fun interactive responses.

Notifications You must be signed in to change notification settings

Aryama-srivastav/talkback-assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

talkback-assistant

Ary is a voice-controlled TalkBack assistant built with Python. It listens to your voice, answers questions from a local database, tells the time, cracks jokes, and even learns new info you teach it. Features include speech recognition, text-to-speech, SQLite storage, and fun interactive responses.

β€œBuilt as a school project, loved by all – now finally on GitHub.”

πŸ“œ About This Project

I built this project two years ago as my 12th board Computer Science final project, centered around Python and SQL. It turned out to be the most appreciated project in my school that year. Back then, I had no idea what GitHub was, so I'm sharing it now to inspire others.

🧠 What Ary Can Do

🎀 Listen to your voice using speech_recognition πŸ’¬ Speak back using pyttsx3 text-to-speech πŸ§‘β€πŸ’Ό Answer "Who is..." questions using an SQLite database of famous personalities πŸ•’ Tell current time πŸ˜‚ Crack jokes 🧠 Tell random facts ✨ Tell fortune 😍 Tells story ❌ Exit on voice command

Tech Stack

Python 3 pyttsx3 for voice output speech_recognition for voice input sqlite3 for database pyjokes for fun tkinter for GUI and PIL for GIFs

πŸ™Œ A Message to You

This assistant was my first step into the world of AI, Python, and voice tech. If it inspires you to build something better, that means more to me than stars or forks. Please, don't copy-paste blindly. Use this as a starting point to explore your creativity and build your own assistant!

πŸ“« Connect

Made with ❀️ by Aryama Srivastav Feel free to reach out if you're building something cool!

About

Ary is a voice-controlled TalkBack assistant built with Python. It listens to your voice, answers questions from a local database, tells the time, cracks jokes, and even learns new info you teach it. Features include speech recognition, text-to-speech, SQLite storage, and fun interactive responses.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages