shwetashweta05 commited on
Commit
799684f
1 Parent(s): f988102

Update pages/2.Introduction to Data Science.py

Browse files
pages/2.Introduction to Data Science.py CHANGED
@@ -2,39 +2,7 @@ import streamlit as st
2
  import numpy as np
3
  import pandas as pd
4
 
5
- st.header("**Data Science**")
6
- st.subheader(":red[**What do you mean by Data Science**]")
7
- st.write("Data Science is all about using data to find patterns, make predictions, and solve problems. It combines knowledge from fields like statistics, programming, and domain expertise to turn raw data into meaningful insights.Data Science helps us make better decisions using data.")
8
- st.subheader(":red[**Examples of Data Science**]")
9
- st.write("""
10
- **1.Netflix or YouTube Recommendations**
11
- -Netflix uses data science to recommend shows based on what you’ve watched before.
12
- **2.Weather Forecasting**
13
- -Predicting rain or sunny days based on historical weather data.
14
- **3.Fraud Detection in Banks**
15
- -Detecting unusual spending patterns to prevent credit card fraud.
16
- **4.Sports Analytics**
17
- -Analyzing players' performances to make better team strategies.
18
- **5.Healthcare**
19
- -Predicting diseases based on patient symptoms or past data.
20
- """)
21
 
22
 
23
- st.subheader(":red[**What do you mean by Artificial Intelligence**]")
24
- st.write("""Artificial Intelligence (AI) is a way of teaching computers to think and act like humans.
25
- It means making machines smart enough to:
26
- - Solve problems
27
- - Make decisions
28
- - Learn from experience
29
- """)
30
- st.write("AI is like giving a computer a brain but it’s not as powerful as the human brain. It follows rules and learns from data.")
31
- st.subheader(":red[**Examples of AI in Everyday Life**]")
32
- st.write("""
33
- - Siri, Alexa, or Google Assistant uses AI to understand your voice and respond.
34
- - YouTube or Netflix suggests videos based on what you like.
35
- - AI shows you products based on your previous searches and purchases.
36
- - AI-powered chat systems answer customer questions on websites.
37
- """)
38
-
39
 
40
 
 
2
  import numpy as np
3
  import pandas as pd
4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
 
6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
 
8