Coder Social home page Coder Social logo

sucat0 / universal-kiosk Goto Github PK

View Code? Open in Web Editor NEW
3.0 2.0 0.0 376 KB

Web ordering system with universal design

Python 23.92% HTML 2.24% JavaScript 1.56% C++ 20.91% Svelte 51.38%
disabilities flask javascript python selenium selenium-python svelte sveltejs sveltekit disability esp-now esp8266 esp8266-arduino platformio

universal-kiosk's Introduction

universal-kiosk

preview

Universal Kiosk is an web ordering system with universal design.

Universal design

  • For blind & senior citizens

    They can operate ordering system using physical device + TTS system.

  • For kids & locomotor disabled people

    They can scan the QR code on the main page and use web ordering system.

Built with & Requirements

  • Web back end

    • Python
    • Poetry (for dependency management)
    • Flask
  • Web front end

    • Javascript
    • SvelteKit
  • Physical device

    • Keypad

      • Arduino SDK
      • ESP8266 (NodeMCU)
      • ESP-NOW
      • Keypad
      • PlatformIO
    • Web controller

      • Selenium
      • pydub
      • pyserial

Setup

Clone repository to local

git clone https://github.com/krome0/universal-kiosk

Web front end

cd universal-kiosk/web/front-end

npm install

npm run dev

Web back end

# from project's root directory
cd web/front-end

# from front-end directory
cd ../back-end

poetry install

poetry run python main.py

Physical device

  • Keypad device

    1. Install PlatformIO on Visual Stduio Code.
    2. Open esp8266-recv, esp8266-send with PlatformIO.
    3. Build and Upload to your ESP8266(recommend NodeMCU) board.
  • Web controller

    # from project's root directory
    cd physical-devices/web-controller
    
    poetry install
    
    poetry run python main.py

universal-kiosk's People

Contributors

seonghwan7694 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

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.