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

https://github.com/forrestchang/neutron

An intelligent personal assistant built on Raspberry Pi, as an inexpensive solution for home automation.
https://github.com/forrestchang/neutron

home-assistant iot platform raspberry-pi

Last synced: 9 months ago
JSON representation

An intelligent personal assistant built on Raspberry Pi, as an inexpensive solution for home automation.

Awesome Lists containing this project

README

          

![Neutron Logo](./logo/Neutron.png)

# Neutron

# How to Use

## 1. Start the server

```shell
python manage.py runserver
```

The server will run in localhost:5000.

## 2. Start the client

```shell
python client/collect.py
```

And here we go.