Sathwikchowdary commited on
Commit
169e3ab
·
verified ·
1 Parent(s): 55e7e2a

Update pages/Intro_DS.py

Browse files
Files changed (1) hide show
  1. pages/Intro_DS.py +18 -1
pages/Intro_DS.py CHANGED
@@ -89,7 +89,24 @@ st.markdown("6.Generative Adversarial Networks (GANs")
89
  st.markdown("<h3 style='text-align: left; color: Black;'>Examples of DL </h3>", unsafe_allow_html=True)
90
  st.markdown("<p style='font-size: 16px; color: Blue; font-style: italic;'>"
91
  "IMage Recognition (Computer Vision):Convolutional Neural Networks (CNNs) are utilised in face recognition systems, self-driving cars, and even medical imaging (tumour identification in X-rays or MRI scans).Real-World Applications: Instagram and Facebook utilise deep learning to automatically tag individuals in images."
92
- "</p>", unsafe_allow_html=True)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
93
 
94
 
95
 
 
89
  st.markdown("<h3 style='text-align: left; color: Black;'>Examples of DL </h3>", unsafe_allow_html=True)
90
  st.markdown("<p style='font-size: 16px; color: Blue; font-style: italic;'>"
91
  "IMage Recognition (Computer Vision):Convolutional Neural Networks (CNNs) are utilised in face recognition systems, self-driving cars, and even medical imaging (tumour identification in X-rays or MRI scans).Real-World Applications: Instagram and Facebook utilise deep learning to automatically tag individuals in images."
92
+ "</p>", unsafe_allow_html=True)
93
+ st.markdown("<h2 style='text-align: left; color: Black;'>What is GenerativeAI </h2>", unsafe_allow_html=True)
94
+ st.markdown("<p style='font-size: 16px; color: Blue; font-style: italic;'>"
95
+ "Generative AI is a class of artificial intelligence systems capable of creating new material, such as text, photos, music, or even video, that resembles or replicates real-world data. Unlike classical AI, which is frequently used for tasks like as classification or prediction (e.g., determining if a picture contains a cat or a dog), Generative AI generates new data by learning the patterns and structures of current data."
96
+ "</p>", unsafe_allow_html=True)
97
+ st.markdown("<h3 style='text-align: left; color: Black;'>Types of GenerativeAI </h3>", unsafe_allow_html=True)
98
+ st.markdown("1.Generative Adversarial Networks (GANs)")
99
+ st.markdown("2.Variational Autoencoders (VAEs)")
100
+ st.markdown("3.Autoregressive Models")
101
+ st.markdown("4.Transformers ")
102
+ st.markdown("<h3 style='text-align: left; color: Black;'>Examples of GenAI </h3>", unsafe_allow_html=True)
103
+ st.markdown("<p style='font-size: 16px; color: Blue; font-style: italic;'>"
104
+ "Deepfake (Video Generation):How It Works: GANs are often used to generate deepfakes, which are synthetic media (mainly videos) in which a person's image is transformed to make it look as if they are talking or doing something they never did. These algorithms learn from real-world footage to produce believable changes.
105
+ Real-World Applications: Deepfakes have been utilised for amusement (e.g., movies, impersonations), but they also raise questions regarding misrepresentation."
106
+ "</p>", unsafe_allow_html=True)
107
+
108
+
109
+
110
 
111
 
112