This repo contains source code of Project Rena, AI home assistant.
Notes: Please add the main.py directory into the system init file so that it will be run at startup.
For detailed demostration, please watch this video from Facebook: https://fb.watch/vjkZBWgqP6/
Clone the project
git clone https://github.com/codejapoe/Rena.gitGo to the project directory
cd RenaInstall dependencies
pip install flask pyflipper meta-ai-apiStart the server
python main.pyDo not forget to allow microphone, and add
http://raspberrypi.localor your Raspberry Pi local server link to "Insecure origins treated as secure" in "chrome://flags/" in Google Chrome Experiments.

