[PR #291] [CLOSED] Update: add cvd-predictor #293

Closed
opened 2025-11-06 15:00:32 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Shubhamsaboo/awesome-llm-apps/pull/291
Author: @jvcByte
Created: 7/28/2025
Status: Closed

Base: mainHead: main


📝 Commits (2)

  • d821b2f Update: Added Cardiovascular diseases predictor using machine learning ailgorithm (xgboost)
  • fee75a8 Update 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.

## 📋 Pull Request Information **Original PR:** https://github.com/Shubhamsaboo/awesome-llm-apps/pull/291 **Author:** [@jvcByte](https://github.com/jvcByte) **Created:** 7/28/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (2) - [`d821b2f`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/d821b2fbbe58b22d111630b32b3e9cdb8eb524c9) Update: Added Cardiovascular diseases predictor using machine learning ailgorithm (xgboost) - [`fee75a8`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/fee75a8b5b22878c78c410b79e9e7e38f62c3db4) Update README.md ### 📊 Changes **8 files changed** (+629 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.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) </details> ### 📄 Description Added Cardiovascular diseases predictor using a machine learning algorithm (xgboost) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 15:00:32 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-llm-apps#293