prateekagrawal commited on
Commit
e500c89
1 Parent(s): 99f6134

Updated credits.py

Browse files
Files changed (1) hide show
  1. apps/credits.py +0 -43
apps/credits.py CHANGED
@@ -1,47 +1,4 @@
1
-
2
-
3
  import streamlit as st
4
 
5
  def app():
6
  st.title(' Credits')
7
-
8
- st.write("""The following web application is built and maintained by **Prateek Agrawal** for the sole purpose of learning and displaying the power and usage of machine learning in the field of healthcare. He believes that the Artificial Intelligence and Machine Learning can truly help in making the world a better place to live in.""")
9
-
10
- st.write("""
11
-
12
- ## Data
13
-
14
- The datasets consist of several medical predictor (independent) variables and one target (dependent)
15
- variable, Outcome. Independent variables include the number of pregnancies the patient has had,
16
- their BMI, insulin level, age, and so on.
17
- [link of data in kaggle](https://www.kaggle.com/uciml/pima-indians-diabetes-database)""")
18
- st.write("""
19
-
20
- ## Columns
21
-
22
- |Columns|Description|
23
- |-------|------------|
24
- |Pregnancies|Number of times pregnant|
25
- |Glucose|Plasma glucose concentration for 2 hours in an oral glucose tolerance test|
26
- |BloodPressure|Diastolic blood pressure (mm Hg)|
27
- |SkinThickness|Triceps skin fold thickness (mm)|
28
- |Insulin|2-Hour serum insulin (mu U/ml)|
29
- |BMI|Body mass index (weight in kg/(height in m)^2)|
30
- |DiabetesPedigreeFunction|Diabetes pedigree function|
31
- |Age|Age (years)|
32
- |Outcome|Class variable (0 or 1) 268 of 768 are 1, the others are 0|
33
-
34
-
35
- ## Information
36
-
37
- ### WHO Website
38
- * https://www.who.int/health-topics/diabetes#tab=tab_1
39
- * https://www.who.int/news-room/fact-sheets/detail/diabetes
40
-
41
- ### Machine Learning related info
42
-
43
- * https://www.kaggle.com/uciml/pima-indians-diabetes-database/code
44
- * https://towardsdatascience.com/streamlit-101-an-in-depth-introduction-fc8aad9492f2
45
-
46
-
47
- """)
 
 
1
  import streamlit as st
2
 
3
  def app():
4
  st.title(' Credits')