Join Slack Channel for Discussion
This is a Machine Learning Web Application which can predict three diseases i.e. Diabetes, Heart disease and Cancer. The datasets have been taken from Kaggle. And overall analysis and model building for the diseases have been done in respective Jupyter Notebooks.
Get your own Fork/Copy of repository by clicking Fork button right upper corner.
$ git clone https://github.com/<your-github-username>/HealthCheck1. Create a Virtual Environment
- On macOS and Linux:
python3 -m venv env
- Windows
py -m venv env
2. Activate the Virtual Environment
- On Windows
.\env\Scripts\activate
- On macOS and Linux:
source env/bin/activate
3. Install dependencies using
pip install -r requirements.txt4. Run server using
flask run5. Go to http://127.0.0.1:5000/ and enjoy the application.
6. Drop a ⭐ on the Github Repository.
|
|