Gina is a voice assistant ran 24/7 on my rasberry pi 5. She can tell jokes, the weather, send messages to mom/dad, reply with AI and more
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
added contacts functionality, fetching contacts from a json and testing if a contact exists with functions. still have to connect everything to the assistant + twillio. I also recieved both the rasberry pis, im setting up the environment!
added logs everywhere, created a basic weather api caller & cordinates fetcher, made listening actually work
added hello messages, a tts and sts engine, also added custom logs with colour (first time using dictionaries in my 4 years of python). i made the voice assistant so if you greet it (etc hi), it greets you back with your name!
created the core structure, speak and listen functionality (no commands parser yet), a config.json with wake words, owner name and some voice engine configs. lastly I made a list of welcome messages that the voice assistant will speak such as Hey _USER_, how can I help you today?