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.
- Host: GitHub
- URL: https://github.com/forrestchang/neutron
- Owner: forrestchang
- Created: 2016-10-14T15:49:38.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-25T06:12:23.000Z (over 9 years ago)
- Last Synced: 2025-03-25T12:21:35.391Z (over 1 year ago)
- Topics: home-assistant, iot, platform, raspberry-pi
- Language: Python
- Homepage:
- Size: 8.44 MB
- Stars: 3
- Watchers: 7
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

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