Keras
Description
Keras is a high-level neural network library that runs on top of TensorFlow, providing a high-level API for easily building, training and evaluating models.
Usage in app
Keras allows for the construction and training of the convolutional neural network model used by the software. It also allows for the model to be evaluated and tested to prevent overfitting.