Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -76,7 +76,7 @@ st.subheader("π Data Science")
|
|
| 76 |
if data_science_animation:
|
| 77 |
st_lottie(data_science_animation, height=200, key="data_science")
|
| 78 |
st.write("""
|
| 79 |
-
Data Science involves extracting insights from data using statistical
|
| 80 |
**Example:** Predicting sales based on historical data.
|
| 81 |
""")
|
| 82 |
|
|
@@ -84,7 +84,7 @@ st.subheader("π€ Machine Learning")
|
|
| 84 |
if ml_animation:
|
| 85 |
st_lottie(ml_animation, height=200, key="machine_learning")
|
| 86 |
st.write("""
|
| 87 |
-
Machine Learning
|
| 88 |
**Example:** Spam email detection.
|
| 89 |
""")
|
| 90 |
|
|
@@ -92,7 +92,7 @@ st.subheader("π§ Deep Learning")
|
|
| 92 |
if dl_animation:
|
| 93 |
st_lottie(dl_animation, height=200, key="deep_learning")
|
| 94 |
st.write("""
|
| 95 |
-
Deep Learning is a subset of Machine Learning that uses neural networks
|
| 96 |
**Example:** Image recognition, like identifying cats in pictures.
|
| 97 |
""")
|
| 98 |
|
|
@@ -100,10 +100,10 @@ st.subheader("β¨ Generative AI")
|
|
| 100 |
if gen_ai_animation:
|
| 101 |
st_lottie(gen_ai_animation, height=200, key="gen_ai")
|
| 102 |
st.write("""
|
| 103 |
-
Generative AI creates new content by learning from existing data.
|
| 104 |
**Example:** ChatGPT for generating human-like text responses.
|
| 105 |
""")
|
| 106 |
|
| 107 |
# Footer with animation
|
| 108 |
st.write("---")
|
| 109 |
-
st.markdown("**Let's embark on this journey from Zero to Hero!
|
|
|
|
| 76 |
if data_science_animation:
|
| 77 |
st_lottie(data_science_animation, height=200, key="data_science")
|
| 78 |
st.write("""
|
| 79 |
+
Data Science involves extracting insights from data using statistical techniques.
|
| 80 |
**Example:** Predicting sales based on historical data.
|
| 81 |
""")
|
| 82 |
|
|
|
|
| 84 |
if ml_animation:
|
| 85 |
st_lottie(ml_animation, height=200, key="machine_learning")
|
| 86 |
st.write("""
|
| 87 |
+
Machine Learning is a tool used to learn the data from Natural Intelligence,it is a tool used to mimic/copy Natural Intelligence.This uses statistical concepts to mimic /copy learning ability.
|
| 88 |
**Example:** Spam email detection.
|
| 89 |
""")
|
| 90 |
|
|
|
|
| 92 |
if dl_animation:
|
| 93 |
st_lottie(dl_animation, height=200, key="deep_learning")
|
| 94 |
st.write("""
|
| 95 |
+
Deep Learning is a subset of Machine Learning that uses neural networks.It is also a tool used to learn the data from Natural Intelligence.
|
| 96 |
**Example:** Image recognition, like identifying cats in pictures.
|
| 97 |
""")
|
| 98 |
|
|
|
|
| 100 |
if gen_ai_animation:
|
| 101 |
st_lottie(gen_ai_animation, height=200, key="gen_ai")
|
| 102 |
st.write("""
|
| 103 |
+
Generative AI creates new content by learning from existing data which we've learn't by using ML,DL from Natural Intelligence.
|
| 104 |
**Example:** ChatGPT for generating human-like text responses.
|
| 105 |
""")
|
| 106 |
|
| 107 |
# Footer with animation
|
| 108 |
st.write("---")
|
| 109 |
+
st.markdown("**Let's embark and dive deep on this journey from Zero to Hero! π**")
|