Gina

Gina

5 devlogs
3h 20m
Created by jim

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

Timeline

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!

Update attachment

added jokes & todo functions and class, (uncallable for now)

Update attachment

added logs everywhere, created a basic weather api caller & cordinates fetcher, made listening actually work

Update attachment

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!

Update attachment

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?

Update attachment