This repository contains a project that demonstrates the creation, training, and evaluation of a multi-task, multi-output neural network model using Keras. The model is designed to predict both the digit number and its color in an image. The Keras functional API is utilized to create a multi-output architecture, where the model learns to predict two different labels based on the same input example.