Update README.md
Browse files
README.md
CHANGED
|
@@ -25,29 +25,3 @@ This project predicts whether a chest X-ray image is NORMAL or shows signs of PN
|
|
| 25 |
- `app.py`: Streamlit app for interactive predictions
|
| 26 |
- `Disease_Detection_model.pth`: Trained model weights
|
| 27 |
- `requirements.txt`: Python dependencies
|
| 28 |
-
|
| 29 |
-
## Getting Started
|
| 30 |
-
|
| 31 |
-
### 1. Install dependencies
|
| 32 |
-
```bash
|
| 33 |
-
pip install -r requirements.txt
|
| 34 |
-
```
|
| 35 |
-
|
| 36 |
-
### 2. Run the Streamlit app
|
| 37 |
-
```bash
|
| 38 |
-
streamlit run app.py
|
| 39 |
-
```
|
| 40 |
-
|
| 41 |
-
### 3. Train the model (optional)
|
| 42 |
-
Open `Disease_Detection.ipynb` in Jupyter and follow the steps to train and evaluate the model. The trained weights will be saved as `Disease_Detection_model.pth`.
|
| 43 |
-
|
| 44 |
-
## Usage
|
| 45 |
-
- Upload a chest X-ray image (JPG, JPEG, PNG) in the Streamlit app
|
| 46 |
-
- The app will predict NORMAL or PNEUMONIA and show confidence/probability chart
|
| 47 |
-
|
| 48 |
-
## Dataset
|
| 49 |
-
- [Chest X-ray Pneumonia Dataset](https://www.kaggle.com/datasets/paultimothymooney/chest-xray-pneumonia)
|
| 50 |
-
|
| 51 |
-
## License
|
| 52 |
-
This project is for educational purposes.
|
| 53 |
-
# Junaid0-glitch-Chest-X-ray-Disease-Detection
|
|
|
|
| 25 |
- `app.py`: Streamlit app for interactive predictions
|
| 26 |
- `Disease_Detection_model.pth`: Trained model weights
|
| 27 |
- `requirements.txt`: Python dependencies
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|