© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2023
S. RaghavendraBeginner's Guide to Streamlit with Python https://doi.org/10.1007/978-1-4842-8983-9_10

10. Computer Vision in Streamlit

Sujay Raghavendra1  
(1)
Dharwad, Karnataka, India
 

In this final chapter of the book, we will see one small example of a computer vision application that can predict what animals are in an image. This application will deploy our trained model to classify animal images.

Installing Libraries

In this section, we will install the libraries needed to get started with the ML application.

Install the following libraries using the pip command:
streamlit
cv2
numpy
tensorflow
Now we will import these libraries into our application by employing ...

Get Beginner's Guide to Streamlit with Python: Build Web-Based Data and Machine Learning Applications now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.