Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Malinhara authored Aug 9, 2024
1 parent 9619d4b commit 8b5b59e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Lung Cancer Prediction Flask App
Overview
This repository contains a Flask web application for predicting lung cancer using a machine learning model. The model is built using the Random Forest classifier algorithm and is trained on a dataset containing various features relevant to lung cancer diagnosis.

Features
Lung Cancer Prediction: The app predicts the likelihood of lung cancer based on input features such as age, smoking history, and other medical parameters.
User-friendly Interface: A simple and intuitive interface allows users to input data and get predictions easily.
Machine Learning: Utilizes the Random Forest algorithm for accurate and reliable predictions.

Dataset
The model is trained on a dataset containing features such as age, gender, smoking history, and other medical factors. The dataset is preprocessed and used to train a Random Forest classifier, which forms the basis of the prediction model.

Model
Algorithm: Random Forest Classifier
Accuracy: [Include accuracy if known]

0 comments on commit 8b5b59e

Please sign in to comment.