Lung Cancer Prediction Web App
Description
This project is a web app that predicts the likelihood of lung cancer based on various risk factors.
Table of Contents
Installation
- Clone the repository.
- Install the required dependencies using
pip install -r requirements.txt
.
- Run the web app using
streamlit run lungcancerpred_webapp.py
.
Usage
- Open the web app in your browser.
- Enter the patient's details in the input fields.
- Click on the "Predict" button to get the lung cancer prediction.
Technologies Used
- Python
- Streamlit
- Pandas
- Scikit-learn
The lung cancer prediction model was trained on a dataset of patient records and achieved an accuracy of 90%.
References
- Dataset source: [https://www.kaggle.com/datasets/thedevastator/cancer-patients-and-air-pollution-a-new-link]