Git Product home page Git Product logo

evolve's Introduction

Airconditionals

Project description

Σύστημα αποφάσεων για τη λειτουργία κτηρίου που χρησιμοποιεί machine learning για την αυτορρύθμιση και προσαρμογή στις ανάγκες του χρήστη και του χώρου, με σκοπό την εξοικονόμιση ενέργειας και την ικανοποίηση των αναγκών χρήστη

  • Συλλέγει δεδομένα από αισθητήρες στο χώρο και APIs, για τις εσωτερικές/εξωτερικές συνθήκες και τις συνήθειες των χρηστών
  • Εκπαίδευση του μοντέλου machine learning πριν την εφαρμογή του στο χώρο (μέσω θερμικής προσομοίωσης) αλλά και αφού γίνει η εγκατάσταση
  • Λήψη αποφάσεων και έλεγχος του Building Management System για την βελτιστοποίηση των συνθηκών και την ελαχιστοποίηση της κατανάλωσης ενέργειας
  • Απευθύνεται σε ιδιώτες και επιχειρήσεις, καθώς και σε δημόσιους φορείς
  • Εφαρμογή του συστήματος σε δημόσια κτήρια
  • Χρήση προσομοιώσεων για την εκμάθηση και προσαρμογή σε κάθε κτήριο

Getting Started

Prerequisites

Frontend

Backend

IoT Sensor

ML model

Simulation

Functionality

  • Thermal simulation
  • Interacting with the B.M.S.
  • Minimizing energy consumption
  • Data collection through APIs and building blueprints (sensors)
  • Retrains and adapts to user feedback

Training the model in simulation

In a terminal open an interactive Python 3 session using python3 -i qlearn/temp_sim.py. You can try both tabular Q-learning as well as Neural Network Q-learning using the function test_learn_play.

Example execution:

>>> game, q = test_learn_play(game, q, iters=, tabular=False, batch=True, draw=True)
score (0, -6430.881696982324)
score (1, -4491.224128)
score (2, -11491.492962160373)
score (3, -4587.20131567952)
score (4, -17715.9681191172)
score (5, -10313.14142221469)
score (6, -86.67616666666669)

Running the backend server and Dashboard

In one terminal run cd backend && node index.js. In another start the dashboards using cd q_ui && node index.js.

They should both be running in localhost and you can visit the dashboard from your browser in the URL given to you by node.

Adding the custom ESP32 IoT Sensor

Download Arduino IDE and adafruit sensor libraries. Open endopoint.ino in the Arduino IDE and hit Upload after connecting ESP32.

evolve

evolve's People

Contributors

advavvas avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

advavvas

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.