Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joekakone/prostate-cancer-prediction

Predict Prostate Cancer Diagnosis using ML
https://github.com/joekakone/prostate-cancer-prediction

machine-learning scikit-learn

Last synced: about 18 hours ago
JSON representation

Predict Prostate Cancer Diagnosis using ML

Awesome Lists containing this project

README

        

![ScreenShot](screenshot.png)
# Predict Prostate Cancer Diagnosis using Machine Learning
Hello, I'm [Joseph Konka](https://www.linkedin.com/in/joseph-koami-konka/), Python enthousiast. This is the interface of the Cancer Diagnosis Prediction porject, I present during the webinar. Find the app [here](https://prostate-cancer-diagnosis-jk.herokuapp.com/)

## Setup environment
```sh
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
```

## Launch
```sh
python app.py
```