An open API service indexing awesome lists of open source software.

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

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

![App Screenshot](https://github.com/codejapoe/Rena/blob/main/screenshots/Screenshot.png)
![About Rena](https://github.com/codejapoe/Rena/blob/main/screenshots/screenshot%20%232.png)

## 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)