All Projects → machinebox → Sdk Go

machinebox / Sdk Go

Licence: apache-2.0
Official Go SDK for Machine Box

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to Sdk Go

Makine Ogrenmesi
Makine Öğrenmesi Türkçe Kaynak
Stars: ✭ 82 (-39.71%)
Mutual labels:  machinelearning
Imagecompletion incompletedata
Image completion network using incomplete data
Stars: ✭ 109 (-19.85%)
Mutual labels:  machinelearning
Dialoglue
DialoGLUE: A Natural Language Understanding Benchmark for Task-Oriented Dialogue
Stars: ✭ 120 (-11.76%)
Mutual labels:  machinelearning
Data Umbrella Scikit Learn Sprint
Jun 2020 scikit-learn sprint
Stars: ✭ 93 (-31.62%)
Mutual labels:  machinelearning
Awesome Anomaly Detection
A curated list of awesome anomaly detection resources
Stars: ✭ 1,378 (+913.24%)
Mutual labels:  machinelearning
Cvessentials
Tutorial Series (60 hour course): Essentials of computer vision
Stars: ✭ 111 (-18.38%)
Mutual labels:  machinelearning
Tools To Design Or Visualize Architecture Of Neural Network
Tools to Design or Visualize Architecture of Neural Network
Stars: ✭ 1,143 (+740.44%)
Mutual labels:  machinelearning
Algobook
A beginner-friendly project to help you in open-source contributions. Data Structures & Algorithms in various programming languages Please leave a star ⭐ to support this project! ✨
Stars: ✭ 132 (-2.94%)
Mutual labels:  machinelearning
Dataminingnotesandpractice
记录我学习数据挖掘过程的笔记和见到的奇技,持续更新~
Stars: ✭ 103 (-24.26%)
Mutual labels:  machinelearning
Monk gui
A Graphical user Interface for deep learning and computer vision over Monk Libraries
Stars: ✭ 120 (-11.76%)
Mutual labels:  machinelearning
Aethos
Automated Data Science and Machine Learning library to optimize workflow.
Stars: ✭ 94 (-30.88%)
Mutual labels:  machinelearning
Ml Classifier
A tool for quickly training image classifiers in the browser
Stars: ✭ 97 (-28.68%)
Mutual labels:  machinelearning
Startcraft pysc2 minigames
Startcraft II Machine Learning research with DeepMind pysc2 python library .mini-games and agents.
Stars: ✭ 113 (-16.91%)
Mutual labels:  machinelearning
Learn Ml Basics
A collection of resources that should help and guide your first steps as you learn ML and DL. I am a beginner as well, and these are the resources I found most useful.
Stars: ✭ 93 (-31.62%)
Mutual labels:  machinelearning
Machine Learning Flappy Bird
Machine Learning for Flappy Bird using Neural Network and Genetic Algorithm
Stars: ✭ 1,683 (+1137.5%)
Mutual labels:  machinelearning
Kamonohashi
AI開発プラットフォームKAMONOHASHI
Stars: ✭ 80 (-41.18%)
Mutual labels:  machinelearning
Responsible Ai Widgets
This project provides responsible AI user interfaces for Fairlearn, interpret-community, and Error Analysis, as well as foundational building blocks that they rely on.
Stars: ✭ 107 (-21.32%)
Mutual labels:  machinelearning
Horovod
Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet.
Stars: ✭ 11,943 (+8681.62%)
Mutual labels:  machinelearning
Fasttext.js
FastText for Node.js
Stars: ✭ 127 (-6.62%)
Mutual labels:  machinelearning
Tslearn
A machine learning toolkit dedicated to time-series data
Stars: ✭ 1,910 (+1304.41%)
Mutual labels:  machinelearning

Machine Box Go SDK GoDoc Build Status

The official Machine Box Go SDK provides Go clients for each box.

Usage

Go get the repo:

go get github.com/machinebox/sdk-go

Then import the package of the box you wish to use:

import "github.com/machinebox/sdk-go/facebox"

Then create a client, providing the address of the running box.

(To get a box running locally, see the instructions at https://machinebox.io/account)

faceboxClient := facebox.New("http://localhost:8080")
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].