mirror of
https://github.com/Shubhamsaboo/awesome-llm-apps.git
synced 2026-03-15 19:41:32 -05:00
[PR #291] [CLOSED] Update: add cvd-predictor #293
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Shubhamsaboo/awesome-llm-apps/pull/291
Author: @jvcByte
Created: 7/28/2025
Status: ❌ Closed
Base:
main← Head:main📝 Commits (2)
d821b2fUpdate: Added Cardiovascular diseases predictor using machine learning ailgorithm (xgboost)fee75a8Update README.md📊 Changes
8 files changed (+629 additions, -1 deletions)
View changed files
📝
.gitignore(+3 -1)📝
README.md(+4 -0)➕
ai_health_app/cardiovascular_disease_predictor/LICENSE(+201 -0)➕
ai_health_app/cardiovascular_disease_predictor/README.md(+184 -0)➕
ai_health_app/cardiovascular_disease_predictor/requirements.txt(+7 -0)➕
ai_health_app/cardiovascular_disease_predictor/streamlit_app.py(+230 -0)➕
ai_health_app/cardiovascular_disease_predictor/thumbnail.jpg(+0 -0)➕
ai_health_app/cardiovascular_disease_predictor/xgboost_cvd_predictor.pkl(+0 -0)📄 Description
Added Cardiovascular diseases predictor using a machine learning algorithm (xgboost)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.