You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[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/)
14
14
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
-
24
15
# Repository Contents:
25
16
- Machine Learning Model (Code and Weights)
26
17
- FAST API Web Application Code
@@ -29,6 +20,26 @@ This project aims to provide a streamlined tool for healthcare professionals to
29
20
- Example Usage
30
21
- Dependencies and Installation Instructions
31
22
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.
0 commit comments