Kennymaur commited on
Commit
b2ca482
Β·
1 Parent(s): 68a3c89

README.md added

Browse files
Files changed (1) hide show
  1. README.md +73 -4
README.md CHANGED
@@ -1,11 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
- title: FastAPI Sepsis Prediction App
3
- emoji: πŸ¦€
4
- colorFrom: gray
5
  colorTo: blue
6
  sdk: docker
7
  pinned: false
8
- license: mit
9
  ---
10
 
11
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ πŸ“š SUMMARY TABLE πŸ“š
3
+ =================
4
+
5
+
6
+ | | Project's Name | Article Link | Deployment Link |
7
+ |:--:|:--------------:|:--------------:|:--------------:|
8
+ | 1 | -Embedding a Machine Learning Model into a Web Application | https://www.linkedin.com/posts/kehinde-afolabi-9b0632271_sepsis-prediction-app-using-fastapi-activity-7099526392429645824-KaEk?utm_source=share&utm_medium=member_android | https://huggingface.co/spaces/Kennymaur/FastAPI-Sepsis-Prediction-App |
9
+
10
+ # Sepsis Prediction APP using FASTAPI ✨
11
+
12
+ πŸ“š **Description**
13
+ =================
14
+
15
+ The project’s aim is to incorporate a proficiently trained machine learning model into our Sepsis Prediction Application. This will be achieved through the utilization of FastAPI and Docker documentation to seamlessly integrate the model.
16
+
17
+ πŸ“– **Table of Contents**
18
+ =================
19
+ - Installation
20
+ - Usage
21
+ - Acknowledgement
22
+ - contact
23
+ - Authors
24
+
25
+ πŸ”§ **Installation**
26
+ -----------------
27
+ To get started , follow these installation steps:
28
+ ```bash
29
+ # setup the environment on windows by running the following code.
30
+ python -m venv venv; venv\Scripts\activate; python -m pip install -q --upgrade pip; python -m pip install -r requirements.txt
31
+
32
+ #On Linux
33
+ python3 -m venv venv; source venv/bin/activate; python -m pip install -q --upgrade pip; python -m pip install -r requirements.txt
34
+
35
+ ```
36
+ The Two commands are of the same structure
37
+ 1.Activate the python environment
38
+ 2.Upgrade pip to it current version
39
+ 3.install the requirements located in requirements.txt: You should be at the root of your env
40
+
41
+
42
+
43
+
44
+ πŸš€ **Usage**
45
+ -----------------
46
  ---
47
+ title: Sepsis Prediction APP
48
+ emoji: 🐠
49
+ colorFrom: pink
50
  colorTo: blue
51
  sdk: docker
52
  pinned: false
 
53
  ---
54
 
55
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
56
+
57
+
58
+ ✨ **Acknowledgments**
59
+ =================
60
+
61
+ I would like to express my gratitude to The Azubi Africa team for their valuable contributions to this project.
62
+
63
+ πŸ“ž **Contact**
64
+ =================
65
+
66
+ For any questions, concerns, or suggestions regarding this project, please contact me at [email protected].
67
+
68
+
69
+
70
+ πŸ‘₯ **Author**
71
+ =================
72
+
73
+ This project is developed and maintained by:
74
+ AFOLABI Kehinde
75
+
76
+
77
+
78
+
79
+
80
+