Keras is a high-level neural network API used to build, train, and deploy deep learning models. It provides accessible abstractions for layers, models, losses, optimizers, and training workflows, and is commonly used through the TensorFlow ecosystem.
A popular Python machine learning API. Keras runs on several deep learning frameworks, including TensorFlow, where it is made available as tf.keras.