April 2026
461 pages
17h 56m
English
In the previous examples, we’ve dealt with neural networks, their structure, training, and representation. Now we want to show a simple way to make a trained network available as a product via a web application. To do this, we again use the libraries provided by the Hugging Face platform (see Chapter 8, Section 8.3).
The first example uses a pretrained neural network that expects an image as input and outputs a corresponding textual description of the image, that is, an image-to-text task. We want to make this network available via a web application so that a user can upload an image and receive a corresponding image description. To create the web application, we use gradio, a library we can install ...
Read now
Unlock full access