Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/joekakone/prostate-cancer-prediction
- Owner: joekakone
- Created: 2021-06-30T09:14:10.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-07-01T17:24:48.000Z (over 3 years ago)
- Last Synced: 2024-11-14T11:40:25.302Z (2 months ago)
- Topics: machine-learning, scikit-learn
- Language: Jupyter Notebook
- Homepage: https://prostate-cancer-diagnosis-jk.herokuapp.com/
- Size: 5.23 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```