January 2026
Intermediate to advanced
346 pages
5h 40m
English
We have built some useful tools for ourselves using AI LLMs for network automation; now, we need a way to let others use these tools. Preferably, we need a way to share the tool without them having to dive into the Python script or needing them to install any software locally. A web frontend would be ideal, but as network engineers, we might not be familiar with web frameworks or even HTML.
This is where Streamlit (https://streamlit.io/) comes in. As stated on their home page, Streamlit is “a faster way to build and share data apps” that can “turn your data scripts into shareable web apps in minutes. All in pure Python. No front-end experience required.”
Figure 6.1: Streamlit ...
Read now
Unlock full access