Heart disease classifier is a web app that predict patient that is likely to have heart disease.
- Python version >=3.12
- Install requirements.txt dependencies
# Clone the repo
git clone https://github.com/Benflow3/disease-prediction.git
# Move into the directory
cd disease-prediction
# Create python environment
python -m venv .env
#Activate environment
source .env/Scripts/activate
# Install dependencies
pip install -r requirements.txtcd app
streamlit run app.py- Input the patient measure parameters
- Click predict
- View result with parameters that contribute to it
- Fork the project
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
- Update README.md
- Deploy to Cloud
- Wrap service into API
Distributed under the MIT License. See LICENSE for more information.