This is a very basic Kivy app that uses TensorFlow to recognize caries from intra-oral x-ray images.
Python 3.6.x x64 (www.python.org) Kivy (www.kivy.org) TensorFlow (www.tensorflow.org)
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.
Once the components are installed the program can be run with
python detector.py