Update Home.py
Browse files
Home.py
CHANGED
|
@@ -17,7 +17,7 @@ st.markdown(
|
|
| 17 |
|
| 18 |
/* Header and Subheader Text */
|
| 19 |
h1 {
|
| 20 |
-
color: #
|
| 21 |
font-family: 'Arial', sans-serif !important;
|
| 22 |
font-weight: bold !important;
|
| 23 |
text-align: center;
|
|
@@ -44,17 +44,18 @@ st.markdown(
|
|
| 44 |
<h1>Natural Language Processing (NLP)</h1>
|
| 45 |
<h3>Introduction to NLP</h3>
|
| 46 |
<p>
|
| 47 |
-
Natural Language Processing (NLP) is a
|
| 48 |
-
It bridges the gap between human communication
|
| 49 |
</p>
|
| 50 |
<p>
|
| 51 |
-
Textual data
|
| 52 |
-
|
| 53 |
</p>
|
| 54 |
|
| 55 |
<h3>Why is NLP Important?</h3>
|
| 56 |
<p>
|
| 57 |
-
|
|
|
|
| 58 |
</p>
|
| 59 |
<ul>
|
| 60 |
<li><b>Language Translation:</b> Tools like Google Translate that break language barriers.</li>
|
|
@@ -68,7 +69,7 @@ st.markdown(
|
|
| 68 |
|
| 69 |
<h3>Understanding the NLP Workflow</h3>
|
| 70 |
<p>
|
| 71 |
-
NLP involves a series of steps to
|
| 72 |
</p>
|
| 73 |
<ol>
|
| 74 |
<li><b>Input:</b> Raw text or speech data (e.g., customer reviews, transcripts).</li>
|
|
|
|
| 17 |
|
| 18 |
/* Header and Subheader Text */
|
| 19 |
h1 {
|
| 20 |
+
color: #0000FF !important; /* Custom styling for the main header */
|
| 21 |
font-family: 'Arial', sans-serif !important;
|
| 22 |
font-weight: bold !important;
|
| 23 |
text-align: center;
|
|
|
|
| 44 |
<h1>Natural Language Processing (NLP)</h1>
|
| 45 |
<h3>Introduction to NLP</h3>
|
| 46 |
<p>
|
| 47 |
+
Natural Language Processing (NLP) is a field of artificial intelligence (AI) that focuses on enabling machines to understand, interpret, and interact with human language in a meaningful way.
|
| 48 |
+
It bridges the gap between human communication and computer understanding, combining elements of linguistics, computer science, and machine learning.
|
| 49 |
</p>
|
| 50 |
<p>
|
| 51 |
+
Textual data refers to information or data represented in text format, which can include words, sentences, paragraphs, or documents. It is a form of unstructured data, meaning it does not adhere to a predefined schema or format like tabular data.
|
| 52 |
+
Textual data is prevalent in natural language processing (NLP) tasks, where the goal is to extract insights, meaning, or actionable information from text.
|
| 53 |
</p>
|
| 54 |
|
| 55 |
<h3>Why is NLP Important?</h3>
|
| 56 |
<p>
|
| 57 |
+
Natural Language Processing (NLP) is crucial in today’s digital age because it enables machines to understand, interpret, and interact with human language.
|
| 58 |
+
This capability has transformed how humans interact with technology and has a profound impact across industries. . It powers a wide range of applications, including:
|
| 59 |
</p>
|
| 60 |
<ul>
|
| 61 |
<li><b>Language Translation:</b> Tools like Google Translate that break language barriers.</li>
|
|
|
|
| 69 |
|
| 70 |
<h3>Understanding the NLP Workflow</h3>
|
| 71 |
<p>
|
| 72 |
+
The workflow of Natural Language Processing (NLP) involves a series of systematic steps to process and analyze textual data. Here’s a simplified workflow:
|
| 73 |
</p>
|
| 74 |
<ol>
|
| 75 |
<li><b>Input:</b> Raw text or speech data (e.g., customer reviews, transcripts).</li>
|