Skip to content

This is a very basic Kivy app that uses TensorFlow to recognize caries from intra-oral x-ray images.

Notifications You must be signed in to change notification settings

samuliHeikkinen/caries_detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This is a very basic Kivy app that uses TensorFlow to recognize caries from intra-oral x-ray images.

Getting Started

Prerequisites

Python 3.6.x x64 (www.python.org) Kivy (www.kivy.org) TensorFlow (www.tensorflow.org)

Installing

First install Python 3.6.x from www.python.org. After this you can install Kivy and TensorFlow through pip.

python -m install kivy
python -m install --upgrade tensorflow

Kivy might need some other packages to work so check www.kivy.org for installation notes.

Usage

Once the components are installed the program can be run with

python detector.py

About

This is a very basic Kivy app that uses TensorFlow to recognize caries from intra-oral x-ray images.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages