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

https://github.com/jackkelly/buildsys_2015_neuralnilm

Presentation of Neural NILM for BuildSys 2015 conference in November 2015
https://github.com/jackkelly/buildsys_2015_neuralnilm

energy-disaggregation nilm

Last synced: about 1 month ago
JSON representation

Presentation of Neural NILM for BuildSys 2015 conference in November 2015

Awesome Lists containing this project

README

          

This repository holds the source code for my the presentation of my
[Neural NILM paper](http://jack-kelly.com/files/writing/neural_nilm.pdf)
for [ACM BuildSys 2015](http://www.buildsys.org/2015/) in November
2015.

If you just want to view this presentation, just point your browser to
[jackkelly.github.io/BuildSys_2015_NeuralNILM](http://jackkelly.github.io/BuildSys_2015_NeuralNILM);
you do not have to clone this repository just to view the presentation.

---

If you do want to clone the repository then you'll need to install
these packages:

```
sudo apt-get install nodejs-legacy npm
sudo npm install -g grunt-cli http-server bower
bower install
```

Then run `http-server -c-1` from the base directory of this project.
And point your browser to `http://localhost:8080`.