corvo7 commited on
Commit
264f71a
·
verified ·
1 Parent(s): ee91792

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +14 -1
app.py CHANGED
@@ -12,7 +12,20 @@ st.subheader("What is AI")
12
  st.markdown("""AI stands for artificail Intelligence,In a simple term we can define AI as a huge field where we are going to make machine's mimic
13
  human intelligence.
14
 
15
- As we know we human beigns are having Natural Intelligence using which we are able to perform day to day task.And this intelligence we trained """)
 
 
 
 
 
 
 
 
 
 
 
 
 
16
 
17
  if st.button("Answer from gpt"):
18
  responds=openai.chat.completions.create(
 
12
  st.markdown("""AI stands for artificail Intelligence,In a simple term we can define AI as a huge field where we are going to make machine's mimic
13
  human intelligence.
14
 
15
+ As we know we human beigns are having Natural Intelligence using which we are able to perform day to day task.This intelligence gave
16
+ us two important features (Broadly) they are
17
+
18
+ 1) Learning
19
+ 2) Thinking
20
+
21
+ So AI field is giving us three tools and technqiues they are
22
+
23
+ 1) ML (Machine Learning)
24
+ 2) DL (Deep Learning)
25
+ 3) Gen-AI (Generative AI)""")
26
+
27
+ st.markdown("""So by using the above three tools we can mimic/copy the learning and thinking skills of human beign to machine .So they also can
28
+ Learn and generate from the data"""
29
 
30
  if st.button("Answer from gpt"):
31
  responds=openai.chat.completions.create(