Tokens and lemmas Tokens and lemmas are quite classical concepts of NLP. Tokens are the smallest units of a text and are usually identified with
Category: Tokens and lemmas
Performing the translation task To perform the translation task, we will use a new library named deep_translator. So, first of all, let’s install it by
Diving deep into sentiment analysis The sentiment analysis task is quite easy because we can leverage TextBlob, which has already been imported. So, let’s start
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,
A quick introduction to GitHub – Sharing and Deploying Your Apps on the Cloud Using Streamlit Share
A quick introduction to GitHub GitHub is a code hosting platform for version control and collaboration. It allows you to store your code in a
Getting familiar with the Streamlit Share service 2 – Sharing and Deploying Your Apps on the Cloud Using Streamlit Share
If you are at the stage shown in Figure 7.5, everything is ready for deployment. Please move back to the Streamlit Share page and click
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 app skeleton – Advanced Environment Setup and Package Management for Building an AI-Powered Web App
Building the app skeleton At this point, we should be quite expert at building the application’s skeleton, since we did a very good job with
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