All Projects → PancakeSoftware → Openhabai

PancakeSoftware / Openhabai

Licence: mit
Train Neuronal networks to automate your home

Projects that are alternatives of or similar to Openhabai

Netron
Visualizer for neural network, deep learning, and machine learning models
Stars: ✭ 17,193 (+90389.47%)
Mutual labels:  ai, mxnet
Riceteacatpanda
repo with challenge material for riceteacatpanda (2020)
Stars: ✭ 18 (-5.26%)
Mutual labels:  ai, neural-networks
Polyaxon
Machine Learning Platform for Kubernetes (MLOps tools for experimentation and automation)
Stars: ✭ 2,966 (+15510.53%)
Mutual labels:  ai, mxnet
Basic reinforcement learning
An introductory series to Reinforcement Learning (RL) with comprehensive step-by-step tutorials.
Stars: ✭ 826 (+4247.37%)
Mutual labels:  ai, neural-networks
Ruby Fann
Ruby library for interfacing with FANN (Fast Artificial Neural Network)
Stars: ✭ 425 (+2136.84%)
Mutual labels:  ai, neural-networks
Fixy
Amacımız Türkçe NLP literatüründeki birçok farklı sorunu bir arada çözebilen, eşsiz yaklaşımlar öne süren ve literatürdeki çalışmaların eksiklerini gideren open source bir yazım destekleyicisi/denetleyicisi oluşturmak. Kullanıcıların yazdıkları metinlerdeki yazım yanlışlarını derin öğrenme yaklaşımıyla çözüp aynı zamanda metinlerde anlamsal analizi de gerçekleştirerek bu bağlamda ortaya çıkan yanlışları da fark edip düzeltebilmek.
Stars: ✭ 165 (+768.42%)
Mutual labels:  ai, neural-networks
Lightnet
🌓 Bringing pjreddie's DarkNet out of the shadows #yolo
Stars: ✭ 322 (+1594.74%)
Mutual labels:  ai, neural-networks
Jsnet
Javascript/WebAssembly deep learning library for MLPs and convolutional neural networks
Stars: ✭ 126 (+563.16%)
Mutual labels:  ai, neural-networks
Awesome Ai Ml Dl
Awesome Artificial Intelligence, Machine Learning and Deep Learning as we learn it. Study notes and a curated list of awesome resources of such topics.
Stars: ✭ 831 (+4273.68%)
Mutual labels:  ai, neural-networks
Supervisely
AI for everyone! 🎉 Neural networks, tools and a library we use in Supervisely
Stars: ✭ 332 (+1647.37%)
Mutual labels:  ai, neural-networks
Djl
An Engine-Agnostic Deep Learning Framework in Java
Stars: ✭ 2,262 (+11805.26%)
Mutual labels:  ai, mxnet
Deepcamera
Open source face recognition on Raspberry Pi. SharpAI is open source stack for machine learning engineering with private deployment and AutoML for edge computing. DeepCamera is application of SharpAI designed for connecting computer vision model to surveillance camera. Developers can run same code on Raspberry Pi/Android/PC/AWS to boost your AI production development.
Stars: ✭ 757 (+3884.21%)
Mutual labels:  ai, mxnet
Algorithms
A collection of common algorithms and data structures implemented in java, c++, and python.
Stars: ✭ 142 (+647.37%)
Mutual labels:  ai, neural-networks
Thinc
🔮 A refreshing functional take on deep learning, compatible with your favorite libraries
Stars: ✭ 2,422 (+12647.37%)
Mutual labels:  ai, mxnet
Xlearning
AI on Hadoop
Stars: ✭ 1,709 (+8894.74%)
Mutual labels:  ai, mxnet
Sharpneat
SharpNEAT - Evolution of Neural Networks. A C# .NET Framework.
Stars: ✭ 273 (+1336.84%)
Mutual labels:  ai, neural-networks
Frigate
NVR with realtime local object detection for IP cameras
Stars: ✭ 1,329 (+6894.74%)
Mutual labels:  ai, home-automation
Machine Learning Flappy Bird
Machine Learning for Flappy Bird using Neural Network and Genetic Algorithm
Stars: ✭ 1,683 (+8757.89%)
Mutual labels:  ai, neural-networks
Artificio
Deep Learning Computer Vision Algorithms for Real-World Use
Stars: ✭ 326 (+1615.79%)
Mutual labels:  ai, neural-networks
Spacy
💫 Industrial-strength Natural Language Processing (NLP) in Python
Stars: ✭ 21,978 (+115573.68%)
Mutual labels:  ai, neural-networks

OpenHabAI pipeline status

Automate your home using Neuronal networks.
OpenHabAI provides a fast c++ backend (mxnet is used for computation) and frontend that run in browser.

To see api documentation look at: catflow/README.md

Install

Download install-packages from artifacts. Extract it and install the .deb package.

cd build/pack
dpkg --install OpenHabAI-0.0.0-Linux.deb
# resolve deps 
apt-get install -f                          

Build from Source

First install these packages:

  • For frontend
    • nodejs
    • npm
  • For trainServer
    • zlib1g-dev
    • libssl-dev
    • for mxnet
      • libopenblas-dev
      • liblapack-dev
      • cuda (optional, if you want to use gpu) see at mxnet.io
    • cmake, git, c++ build tools

Execute build command:

mkdir build
cd build
cmake ../
make 

The compiled trainSever executable can be found in build/bin.
To run frontend: make frontendRun or see in README of frontend

Development

To use the Websocket Api see backend-frontend protocol definition.

Report Bugs and Improvements

If you found a bug or have a good idea for new a feature just open a new issue at gitlab.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].