Skip to content

A ML based project which involves prediction of Lung Cancer based on various factors. It provides 95%accurate prediction of Lung Cancer .Here, the ML model is generated using RandomForestClassifier.

Notifications You must be signed in to change notification settings

Sargundeep/Medico

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 

Repository files navigation

Medico

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

Features

  • 95% Accurate Predictions of Lung Cancer Detection
  • When subscribed to the mailing list, the user gets regular updates,news,remedialmeasures, inspiring stories via mail.

Installation for this project :

pip install flask
pip install flask-mail
pip install sklearn
pip install matplotlib
pip install pandas

Making a Virtual Environment:

-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.
            
               

Run the Code

    python app.py


Developed with ❤️ by Sargundeep Sachdeo
Check the Deployed App ❤️

About

A ML based project which involves prediction of Lung Cancer based on various factors. It provides 95%accurate prediction of Lung Cancer .Here, the ML model is generated using RandomForestClassifier.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published