- 📊 Exploratory Data Analysis
- 🛠️ Preparing the training and test data set
- 🤖 Model training
- ✔️ Validating the model
- 🚀 Creating the UI to make the model available for use
The aim of this project is to develop an AI model that informs the probable cholesterol level of a patient, based on information such as weight, height, age and smoking habits, present in the dataset provided. 🩺🔍
-
Clone the repository:
git clone https://github.com/fcursino/cholesterol-forecast.git cd cholesterol-forecast/
-
Install pip:
python -m pip install -U pip
-
Install dependencies:
pip install -r requirements.txt
-
Run all the cells inside app_gradio_colesterol.ipynb file:
-
Access your 'localhost:7861' page on browser: