https://github.com/codejapoe/rena
Source code of Project Rena
https://github.com/codejapoe/rena
Last synced: 11 months ago
JSON representation
Source code of Project Rena
- Host: GitHub
- URL: https://github.com/codejapoe/rena
- Owner: codejapoe
- Created: 2024-10-19T11:31:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-07T10:30:07.000Z (over 1 year ago)
- Last Synced: 2024-11-07T11:30:37.200Z (over 1 year ago)
- Language: Python
- Size: 19 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rena
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.
## Demo
For detailed demostration, please watch this video from Facebook: https://fb.watch/vjkZBWgqP6/
## Screenshots


## API Reference
- [pyFlipper: Flipper Zero Python CLI Wrapper](https://github.com/wh00hw/pyFlipper)
- [Meta AI API: Llama 3 API (MetaAI Reverse Engineered)](https://github.com/Strvm/meta-ai-api)
## Products Reference
- [Flipper Zero](https://flipperzero.one/)
- [Raspberry Pi](https://www.raspberrypi.com/products/raspberry-pi-4-model-b/)
- [Remote Control Outlet](https://www.amazon.com/dp/B07JF93XB5?ref=ppx_yo2ov_dt_b_fed_asin_title)
- [Galaxy Star Projector](https://www.amazon.com/Projector-Birthday-Astronaut-Ceiling-Projection/dp/B09TW3VVJP/ref=asc_df_B09TW3VVJP/?hvadid=692875362841&hvdev=c&hvdvcmdl&hvexpln=73&hvlocint&hvlocphy=9032135&hvnetw=g&hvocijid=4974777878102885459-B09TW3VVJP-&hvpone&hvpos&hvptwo&hvqmt&hvrand=4974777878102885459&hvtargid=pla-2281435180738&linkCode=df0&mcid=e856dc5c764a3ac98eade2863915f55b&psc=1&tag=hyprod-20)
## Run Locally
Clone the project
```bash
git clone https://github.com/codejapoe/Rena.git
```
Go to the project directory
```bash
cd Rena
```
Install dependencies
```bash
pip install flask pyflipper meta-ai-api
```
Start the server
```bash
python main.py
```
Do not forget to allow microphone, and add
```bash
http://raspberrypi.local
```
or your Raspberry Pi local server link to "Insecure origins treated as secure" in "chrome://flags/" in Google Chrome Experiments.
## Authors
- [@codejapoe](https://codejapoe.xyz)