Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -34,7 +34,7 @@ st.markdown("""
|
|
| 34 |
|
| 35 |
# Main Heading
|
| 36 |
|
| 37 |
-
st.markdown('<h2 style="text-align: center;"><span style="color:
|
| 38 |
# st.markdown(
|
| 39 |
# '<h2 style="text-align: center; color:red; white-space: nowrap;">Introduction to Data Science and Artificial Intelligence</h2>',
|
| 40 |
# unsafe_allow_html=True
|
|
@@ -43,7 +43,7 @@ st.markdown('<h2 style="text-align: center;"><span style="color:red;">Introducti
|
|
| 43 |
st.markdown("<br>", unsafe_allow_html=True)
|
| 44 |
|
| 45 |
# Section: AI
|
| 46 |
-
st.markdown('<h3 style="text-align: left; color:
|
| 47 |
st.write("""
|
| 48 |
Artificial Intelligence (AI) refers to the simulation of human intelligence in machines that are programmed to think, learn, and make decisions like humans.
|
| 49 |
In simple terms, when machines mimic/copy natural intelligence i.e.(performing day-to-day tasks).
|
|
@@ -54,21 +54,21 @@ It includes two main capabilities:
|
|
| 54 |
""")
|
| 55 |
|
| 56 |
# Section: Generative AI
|
| 57 |
-
st.markdown('<h3 style="text-align: left; color:
|
| 58 |
st.write("""
|
| 59 |
Generative AI is a tool which is used to mimic/copy the generating ability and provide this ability to machines. It is a type of artificial intelligence that creates new contents like text, images, music, or videos, by learning patterns from existing data.
|
| 60 |
""")
|
| 61 |
|
| 62 |
|
| 63 |
# Section: Data Science
|
| 64 |
-
st.markdown('<h3 style="text-align: left; color:
|
| 65 |
st.write("""
|
| 66 |
Data Science is a field that combines statistics, mathematics, and computer science to extract insights from data.
|
| 67 |
It involves techniques and algorithms, including Machine Learning and Deep Learning, to work with structured, unstructured, and semi-structured data.
|
| 68 |
""")
|
| 69 |
|
| 70 |
# Section: Machine Learning
|
| 71 |
-
st.markdown('<h3 style="text-align: left; color:
|
| 72 |
st.write("""
|
| 73 |
Machine Learning uses statistical concepts to give machines the ability to learn from data.It is a tool used to mimic/copy the learning ability
|
| 74 |
|
|
@@ -92,7 +92,7 @@ Machine Learning can be categorized into:
|
|
| 92 |
|
| 93 |
|
| 94 |
# Section: Deep Learning
|
| 95 |
-
st.markdown('<h3 style="text-align: left; color:
|
| 96 |
st.markdown("""
|
| 97 |
Deep Learning is a tool which is used to mimic/copy the learning ability and provide this ability to machines, similar to ML. But DL uses complex logical structure of **neurons** connected to each other form **neural networks** to learn.
|
| 98 |
|
|
|
|
| 34 |
|
| 35 |
# Main Heading
|
| 36 |
|
| 37 |
+
st.markdown('<h2 style="text-align: center;"><span style="color:#003366;">Introduction to Data Science and Artificial Intelligence</span></h2>', unsafe_allow_html=True)
|
| 38 |
# st.markdown(
|
| 39 |
# '<h2 style="text-align: center; color:red; white-space: nowrap;">Introduction to Data Science and Artificial Intelligence</h2>',
|
| 40 |
# unsafe_allow_html=True
|
|
|
|
| 43 |
st.markdown("<br>", unsafe_allow_html=True)
|
| 44 |
|
| 45 |
# Section: AI
|
| 46 |
+
st.markdown('<h3 style="text-align: left; color:#003366;">What is Artificial Intelligence (AI)?</h3>', unsafe_allow_html=True)
|
| 47 |
st.write("""
|
| 48 |
Artificial Intelligence (AI) refers to the simulation of human intelligence in machines that are programmed to think, learn, and make decisions like humans.
|
| 49 |
In simple terms, when machines mimic/copy natural intelligence i.e.(performing day-to-day tasks).
|
|
|
|
| 54 |
""")
|
| 55 |
|
| 56 |
# Section: Generative AI
|
| 57 |
+
st.markdown('<h3 style="text-align: left; color:#003366;">What is Generative AI?</h3>', unsafe_allow_html=True)
|
| 58 |
st.write("""
|
| 59 |
Generative AI is a tool which is used to mimic/copy the generating ability and provide this ability to machines. It is a type of artificial intelligence that creates new contents like text, images, music, or videos, by learning patterns from existing data.
|
| 60 |
""")
|
| 61 |
|
| 62 |
|
| 63 |
# Section: Data Science
|
| 64 |
+
st.markdown('<h3 style="text-align: left; color:#003366;">What is Data Science?</h3>', unsafe_allow_html=True)
|
| 65 |
st.write("""
|
| 66 |
Data Science is a field that combines statistics, mathematics, and computer science to extract insights from data.
|
| 67 |
It involves techniques and algorithms, including Machine Learning and Deep Learning, to work with structured, unstructured, and semi-structured data.
|
| 68 |
""")
|
| 69 |
|
| 70 |
# Section: Machine Learning
|
| 71 |
+
st.markdown('<h3 style="text-align: left; color:#003366;">Machine Learning</h3>', unsafe_allow_html=True)
|
| 72 |
st.write("""
|
| 73 |
Machine Learning uses statistical concepts to give machines the ability to learn from data.It is a tool used to mimic/copy the learning ability
|
| 74 |
|
|
|
|
| 92 |
|
| 93 |
|
| 94 |
# Section: Deep Learning
|
| 95 |
+
st.markdown('<h3 style="text-align: left; color:#003366;">Deep Learning</h3>', unsafe_allow_html=True)
|
| 96 |
st.markdown("""
|
| 97 |
Deep Learning is a tool which is used to mimic/copy the learning ability and provide this ability to machines, similar to ML. But DL uses complex logical structure of **neurons** connected to each other form **neural networks** to learn.
|
| 98 |
|