Skip to content

Latest commit

 

History

History
57 lines (45 loc) · 1.72 KB

README.md

File metadata and controls

57 lines (45 loc) · 1.72 KB

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 ❤️