Deep-diving into NLP techniques Our web application already has a well-structured skeleton that can be applied to future applications, which is very important. Additionally, our
Category: Utilizing predictions from ML
Using the text_analysis function Before using the Tokens&Lemmas function, we will clean the text a little bit; let’s see how to do it: Figure 5.26:
Recap of our first web application It’s incredible, but we really did it! Starting from scratch, from an empty file, we created a well-working web
Understanding the importance of deployment Web application deployment is the process of making a web application available to users. This involves copying the application’s code,
Getting familiar with the Streamlit Share service 3 – Sharing and Deploying Your Apps on the Cloud Using Streamlit Share
Now, there is something else very easy but very useful we can do: we can add a badge or a button that says Open in
Getting familiar with the Streamlit Share service – Sharing and Deploying Your Apps on the Cloud Using Streamlit Share
Getting familiar with the Streamlit Share service Now that we’ve covered the theory, let’s understand how to deploy our fresh NLP web application in a
Configuring our environment – Advanced Environment Setup and Package Management for Building an AI-Powered Web App
Configuring our environment Actually, we already created a virtual environment at the beginning of the previous project, in Chapter 4, so we should be quite
Building the menu and adding decorations – Advanced Environment Setup and Package Management for Building an AI-Powered Web App
Building the menu and adding decorations Now, we can add a selectbox in the sidebar, which will be the menu of the web application, and
Dealing with more advanced web app features – Optimizing Streamlit Web App UX with Customization and UI Features
Dealing with more advanced web app features In Chapter 8, we stopped our development at the point shown in the following figure: Figure 9.1: Chapter09
Original 2 – Optimizing Streamlit Web App UX with Customization and UI Features
Note The websites linked in the text are real websites that inspired the author to create this tool during the first COVID-19 lockdown. If you