Testys commited on
Commit
e56f83f
1 Parent(s): 6c97b88

Upload 2 files

Browse files
Files changed (2) hide show
  1. readme.md +18 -0
  2. requirements.txt +6 -0
readme.md ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <h1 align="center">Deploying a Diabetes Prediction model using Streamlit.</h1>
2
+ <img src=""
3
+ <p>
4
+ Diabetes is a disease caused by reduced insulin in a patient. Diabetes patient's if not attended to quiickly could
5
+ lose the lives. Using the knowledge of machine learning, we have been able to come up with a solution on how
6
+ easily predict if a patient is a diabetes patient by receiving information from the Health worker in charge of the
7
+ Patient.
8
+ </p>
9
+ <p>
10
+ This project contains two main folders, which includes:
11
+ <li>
12
+ Deployment folder: The deployment folder contains files that are used when deploying the machine learning
13
+ model trained.
14
+ </li>
15
+ <li>
16
+ Models folder
17
+ </li>
18
+ </p>
requirements.txt ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ pandas~=1.1.3
2
+ lightgbm~=3.2.1
3
+ scikit-learn~=1.0.1
4
+ streamlit~=1.2.0
5
+ numpy~=1.19.2
6
+ joblib~=0.17.0