Giter Club home page Giter Club logo

vending-machine's Introduction

Vending Machine Prototype

This project was bootstrapped with Create React App, and also Adafruit CircuitPython

Installing and setup for InfluxDB

Go to https://github.com/influxdata/influxdb-client-python and follow the installation guide. We are using not using InfluxDB 2.0+ and above for this vending machine demo as it has a pricing plan, and limited functionality for open source buckets. See https://docs.influxdata.com/influxdb/v1.8/administration/config/ on how to set up environment variables and edit InfluxDB. Launch InfluxDB's command line interface in the bash terminal of your choice with

influx -precision rfc3339

Then, create a database named coins. For more information, visit https://docs.influxdata.com/influxdb/v1.8/query_language/manage-database/ Enter the following code into the InfluxDB CLI:

CREATE DATABASE coins

finally, enter exit to quit the CLI.

exit

Python Dependencies

The python script is intended to run on the Raspberry Pi. libatlas library needs to be installed to overcome errors caused by installing pandas, as pandas will fail to uninstall numpy. See https://numpy.org/doc/stable/user/troubleshooting-importerror.html?highlight=setup%20py To install system-wide the required python dependencies:

sudo pip3 install adafruit-circuitpython-matrixkeypad
sudo pip3 install pandas
sudo apt-get install libatlas-base-dev
sudo pip3 install websockets

To-do

  • Do this
  • Read more and practise on rxpy and rxjs in preparation for InfluxDB querying and async py
  • Read up on Rekognition AWS and other image detection technologies in the cloud

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.