Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Hands-On Industrial Internet of Things

You're reading from   Hands-On Industrial Internet of Things Build robust industrial IoT infrastructure by using the cloud and artificial intelligence

Arrow left icon
Product type Paperback
Published in Nov 2024
Publisher Packt
ISBN-13 9781835887462
Length 530 pages
Edition 2nd Edition
Arrow right icon
Authors (2):
Arrow left icon
Antonio Capasso Antonio Capasso
Author Profile Icon Antonio Capasso
Antonio Capasso
Giacomo Veneri Giacomo Veneri
Author Profile Icon Giacomo Veneri
Giacomo Veneri
Arrow right icon
View More author details
Toc

Table of Contents (21) Chapters Close

Preface 1. Part 1:Industrial IoT FREE CHAPTER
2. Chapter 1: Introduction to Industrial IoT 3. Chapter 2: Understanding the Industrial Process and Devices 4. Chapter 3: Industrial Data Flow and Devices 5. Chapter 4: Implementing the Industrial IoT Data Flow 6. Chapter 5: Applying Cybersecurity 7. Chapter 6: Performing an Exercise Based on Industrial Protocols and Standards 8. Part 2:Industrial IoT Architecture
9. Chapter 7: Developing Industrial IoT and Architecture 10. Chapter 8: Implementing a Custom Industrial IoT Platform 11. Chapter 9: Building an AWS Industrial IoT Solution 12. Chapter 10: Implementing an Industrial IOT Data Flow with AWS 13. Chapter 11: Performing a Practical Industrial IoT Solution with Azure 14. Chapter 12: Implementing an Industrial IoT Data Flow with Azure 15. Part 3:Industrial Artificial Intelligence of Things
16. Chapter 13: Performing Diagnostic, Maintenance, and Predictive Analytics 17. Chapter 14: Implementing a Digital Twin – Advanced Analytics 18. Chapter 15: Deploying an Analytics Model 19. Index 20. Other Books You May Enjoy

Developing our first MaaS with MLflow

In this section, we will (re)develop the digital twin of our wind turbine seen in Chapter 14 using real data that you can find in the official repository of this book at https://github.com/PacktPublishing/Hands-On-Industrial-Internet-of-ThingsSecond-Edition. Then, we will deploy it using a popular ML operations (MLOps) platform called MLflow (https://mlflow.org). MLflow, based on Python, was born as an experiment tracking platform and extends its capabilities to model storage and serving.

Starting MLflow

To start MLflow, from the command console, install and start the service as shown here:

$ pip install mlflow
$ mlflow server --host 127.0.0.1 --port 8080

Now, you can connect to http://localhost:8080 to see the web interface.

However, using MLflow as a standalone service is very limiting because its architecture is a bit more complex. MLflow, in fact, requires some services such as Simple Storage Service (S3) and Azure SQL Database...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image