Skip to content

josefondrej/glucoscan

 
 

Repository files navigation

Glucoscan Overview

How to run Glucoscan in Docker

  • Prerequisity: A linux computer with docker installed
  • Clone the recognizer: git clone https://github.com/cuprteam/glucoscan
  • This should result in the following directory structure (printing only the first 2 levels):
 $ tree -L 2 --dirsfirst glucoscan/
glucoscan/
├── lcd_digit_recognizer
│   ├── experiments
│   ├── recognition
│   ├── visualization
│   ├── web
│   └── __init__.py
├── recognize_seven_segment
│   ├── detectors
│   ├── experiments
│   ├── hackathon_api
│   ├── resources
│   ├── utils
│   └── __init__.py
├── build_and_run.sh
├── build.sh
├── Dockerfile
├── glucoscan_entrypoint.sh
├── LICENSE
├── README.md
├── requirements.txt
└── run.sh

11 directories, 10 files
  • Run build_and_run.sh - script that builds docker image with glucoscan (by calling build.sh) and runs the docker container (by calling run.sh)

DISCLAIMER

Created (in Alphabetical order) during a Hackathon in the course of 2 days, by:

See the file LICENSE for the licence conditions.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 51.6%
  • HTML 38.7%
  • JavaScript 7.8%
  • CSS 1.2%
  • Other 0.7%