├── dummy_file.py ├── demo ├── demo.mp4 └── thumb.gif ├── docs └── thesis_preview.pdf └── README.md /dummy_file.py: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /demo/demo.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammeChef/tablet-analyzer/HEAD/demo/demo.mp4 -------------------------------------------------------------------------------- /demo/thumb.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammeChef/tablet-analyzer/HEAD/demo/thumb.gif -------------------------------------------------------------------------------- /docs/thesis_preview.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammeChef/tablet-analyzer/HEAD/docs/thesis_preview.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Tablets Analyser – Computer Vision system for tablet analysis 2 | 3 | ⚠️ **WARNING! This repository contains just a preview of the actual project, for reasons of confidentiality of the source code.** 4 | 5 |
6 |
7 |