Skip to content
/ barbot Public
forked from Innovation-Hub/barbot

Robot assisted cocktail maker, with Intel Galileo.

Notifications You must be signed in to change notification settings

Obero/barbot

 
 

Repository files navigation

Logo Hub Innovation Epitech

BarBot

Innovation Hub's Barman Bot.

The goal of this project is to create a bot who controls a bar.

You can order drinks from the web API from known or custom recipes.

Project created by the Hub Innovation team from Epitech

BarBot

Youtube ==> First Drink!

Features

  • Rest API
  • Perfect dosage of each ingredient
  • creation of new recipe very easily (json file)

Usage

on the Galileo node web.js

on any http enabled device:

[GET] /api/recipes -> returns the list of all recipes

[POST] /api/recipeName -> prepare a drink :)

Create recipe

To create new recipe, you just need to add a new file in the recipes folder based on the sample:

{
  "name": "Irish Coffee", // name of the recipe
  "api": "irishcoffee", // name of the endpoint for the web API
  "ingredients": [
      {"index": 7, "time": 5000}, // index if the pin number of the Galileo
      {"index": 8, "time": 2000} // time is the number of millisecond for each ingredient
    ]
}

RoadMap

  • Creation of a web front with angularjs/Bootstrap to order drink with style
  • Mobile client
  • user profiling to manage the consommation or each user
  • facial recognition with openCV
  • Breathalyzer to detect alcohol level
  • 3D printed peristaltic pump to reduce cost
  • payment of drink with bitcoin/litecoin/tekcoin

Hardware

Estimated: under 120$

Depends

  • NodeJS 0.8 (Express, Async)
  • Galileo from Intel
  • "Milk" and "Strawberry syrup" or Vodk...

Licence

This project is under MIT Licence.

The MIT License (MIT)

Copyright (c) 2014 Innovation Hub Epitech

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Robot assisted cocktail maker, with Intel Galileo.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 76.6%
  • HTML 14.6%
  • CSS 4.9%
  • Python 3.9%