Phani1008 commited on
Commit
6babcae
Β·
verified Β·
1 Parent(s): 57f2d86

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
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 and computational techniques.
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 enables systems to learn from data and improve their performance without being explicitly programmed.
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 with multiple layers to model complex patterns.
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! πŸš€**")