|
a |
|
b/README.md |
|
|
1 |
# Kidney Clinical Trial Eligibility Predictor |
|
|
2 |
|
|
|
3 |
This project utilizes a **Random Forest Classifier** to predict whether a person qualifies for clinical trials based on specific health parameters. The model is integrated into a **Streamlit web app** for easy input and real-time predictions. |
|
|
4 |
|
|
|
5 |
## Features |
|
|
6 |
- Machine learning-based classification system for clinical trial eligibility. |
|
|
7 |
- User-friendly interface built with **Streamlit**. |
|
|
8 |
- Trained using **Scikit-learn** with patient health data. |
|
|
9 |
- Achieves **98.75% accuracy** in eligibility prediction. |
|
|
10 |
- Model storage and retrieval optimized using **joblib**. |
|
|
11 |
|
|
|
12 |
## Installation |
|
|
13 |
```bash |
|
|
14 |
pip install -r requirements.txt |
|
|
15 |
``` |
|
|
16 |
|
|
|
17 |
## Usage |
|
|
18 |
```bash |
|
|
19 |
streamlit run app.py |
|
|
20 |
``` |
|
|
21 |
|
|
|
22 |
## Technologies Used |
|
|
23 |
- **Python** |
|
|
24 |
- **Streamlit** |
|
|
25 |
- **Scikit-learn** |
|
|
26 |
- **joblib** |
|
|
27 |
- **pandas** |
|
|
28 |
|
|
|
29 |
## License |
|
|
30 |
This project is licensed under the MIT License. |