Spaces:
Sleeping
Sleeping
Update pages/Intro_DS.py
Browse files- pages/Intro_DS.py +8 -1
pages/Intro_DS.py
CHANGED
@@ -13,7 +13,7 @@ st.markdown(
|
|
13 |
st.markdown("<h2 style='text-align: center; color: Black;'>Key Aspects of Data Science</h2>", unsafe_allow_html=True)
|
14 |
st.markdown(
|
15 |
"<p style='font-size: 16px; color: Blue; font-style: italic;'>"
|
16 |
-
"<b style='color: Black;>Data Collection:</b>
|
17 |
"<b style='color: Black;>Data Cleaning:</b> Preparing raw data by correcting errors, filling in missing values, and addressing formatting issues.<br>"
|
18 |
"<b style='color: Black;>Data Analysis:</b> Using statistical and exploratory tools to uncover patterns and trends in data.<br>"
|
19 |
"<b style='color: Black;>Data Modeling:</b> Creating predictive or descriptive models using machine learning techniques.<br>"
|
@@ -52,6 +52,13 @@ st.markdown(
|
|
52 |
"The computer seeks to replicate NI's learning abilities.When a machine attempts to replicate the creating capacity of NI, a generative AI tool is deployed."
|
53 |
"</p>",
|
54 |
unsafe_allow_html=True)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
55 |
|
56 |
|
57 |
|
|
|
13 |
st.markdown("<h2 style='text-align: center; color: Black;'>Key Aspects of Data Science</h2>", unsafe_allow_html=True)
|
14 |
st.markdown(
|
15 |
"<p style='font-size: 16px; color: Blue; font-style: italic;'>"
|
16 |
+
"<b style='color: Black;>Data Collection:</b> Acquiring data from many different sources, such as database servers,web scraping, and APIs.<br>"
|
17 |
"<b style='color: Black;>Data Cleaning:</b> Preparing raw data by correcting errors, filling in missing values, and addressing formatting issues.<br>"
|
18 |
"<b style='color: Black;>Data Analysis:</b> Using statistical and exploratory tools to uncover patterns and trends in data.<br>"
|
19 |
"<b style='color: Black;>Data Modeling:</b> Creating predictive or descriptive models using machine learning techniques.<br>"
|
|
|
52 |
"The computer seeks to replicate NI's learning abilities.When a machine attempts to replicate the creating capacity of NI, a generative AI tool is deployed."
|
53 |
"</p>",
|
54 |
unsafe_allow_html=True)
|
55 |
+
st.markdown("<h3 style='text-align: center; color: Black;'>Examples (AI) </h3>", unsafe_allow_html=True")
|
56 |
+
st.markdown("<p style='font-size: 16px; color: Blue; font-style: italic;'>"
|
57 |
+
"<b style='color: Black;'>Voice Assistants (Siri, Alexa, Google Assistant):</b> AI is used to recognise speech and deliver appropriate replies. For example, when you ask Siri, "What's the weather today?" it utilises natural language processing (NLP) to interpret your inquiry and respond.<br>"
|
58 |
+
"</p>",
|
59 |
+
unsafe_allow_html=True)
|
60 |
+
|
61 |
+
|
62 |
|
63 |
|
64 |
|