Skip to content

Commit 7fb1e15

Browse files
authored
README.md
1 parent c986c22 commit 7fb1e15

File tree

1 file changed

+20
-9
lines changed

1 file changed

+20
-9
lines changed

README.md

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,6 @@ This project aims to provide a streamlined tool for healthcare professionals to
1212
| ------------- | ------------- | -----------------
1313
|[Notebook with code and full analysis](https://github.com/rasmodev/Sepsis-Classification-ML-Project-with-FastAPI-Deployment/blob/main/dev/Sepsis_ML_Prediction_Deployment_With_FastAPI.ipynb)| [Published Article on Medium](https://medium.com/@rasmowanyama/fastapi-for-machine-learning-deployment-a-beginners-guide-ee74ee41316f) |[Link to working FastAPI](https://rasmodev-sepsis-prediction.hf.space/docs/)
1414

15-
# Project Overview:
16-
**i. Data Collection and Preprocessing:** We collected and preprocessed a comprehensive dataset containing clinical and physiological data from patients to train and evaluate our sepsis classification model.
17-
18-
**ii. Machine Learning Model:** We implemented a state-of-the-art machine learning model tailored for sepsis classification. This model has been fine-tuned to achieve high accuracy in detecting sepsis early, which is crucial for timely intervention.
19-
20-
**iii. FAST API Integration:** We've seamlessly integrated the trained machine learning model into a web application using FAST API. This web application allows healthcare professionals to input patient data and receive instant predictions regarding sepsis risk.
21-
22-
**iv. Usage and Deployment:** In the README file, you will find detailed instructions on how to use and deploy this web application, making it user-friendly for both developers and healthcare practitioners.
23-
2415
# Repository Contents:
2516
- Machine Learning Model (Code and Weights)
2617
- FAST API Web Application Code
@@ -29,6 +20,26 @@ This project aims to provide a streamlined tool for healthcare professionals to
2920
- Example Usage
3021
- Dependencies and Installation Instructions
3122

23+
- [Project Overview](#project-overview)
24+
- [How To Use](#how-to-use)
25+
- [Getting Started](#getting-started)
26+
- [Data](#data)
27+
- [Modeling](#modeling)
28+
- [Evaluation](#evaluation)
29+
- [Deployment](#deployment)
30+
- [Future Work](#future-work)
31+
- [Contact](#contact)
32+
33+
34+
# Project Overview:
35+
**i. Data Collection and Preprocessing:** I loaded and preprocessed a comprehensive dataset containing clinical and physiological data from patients to train and evaluate the sepsis classification model.
36+
37+
**ii. Machine Learning Model:** I implemented a state-of-the-art machine learning model tailored for sepsis classification. This model has been fine-tuned to achieve high accuracy in detecting sepsis early, which is crucial for timely intervention.
38+
39+
**iii. FAST API Integration:** I've seamlessly integrated the trained machine learning model into a web application using FAST API. This web application allows healthcare professionals to input patient data and receive instant predictions regarding sepsis risk.
40+
41+
**iv. Usage and Deployment:** In this README file, you will find detailed instructions on how to use and deploy this web application, making it user-friendly for both developers and healthcare practitioners.
42+
3243
# How to Use:
3344
- Clone this repository to your local machine.
3445
- Install the required dependencies.

0 commit comments

Comments
 (0)