A ML based project which involves prediction of Lung Cancer based on various factors.Here, the ML model is generated using RandomForestClassifier. The Tech Stack used in this project is :
- Python
- Flask
- Machine Learning
- Sqlite3
- 95% Accurate Predictions of Lung Cancer Detection
- When subscribed to the mailing list, the user gets regular updates,news,remedialmeasures, inspiring stories via mail.
pip install flask
pip install flask-mail
pip install sklearn
pip install matplotlib
pip install pandas
-Step1: Create a Virtual Environment.For this, use the below command
Command: python3 -m venv <YOUR VIRTUAL ENVIRONMENT NAME>
-Step2: Activate the Virtual Environment
Commands: > cd <YOUR VIRTUAL ENVIRONMENT NAME>
> cd Scripts
> activate
These commands will activate the Virtual Environment.
python app.py