https://github.com/luisfelipepoma/heart_risk_detector
An application to detect the risk of suffering a heart attack.
https://github.com/luisfelipepoma/heart_risk_detector
cnn-classification fullstack html ia javascript keras-tensorflow naive-bayes-classifier perceptron python vite
Last synced: 23 days ago
JSON representation
An application to detect the risk of suffering a heart attack.
- Host: GitHub
- URL: https://github.com/luisfelipepoma/heart_risk_detector
- Owner: LuisFelipePoma
- License: mit
- Created: 2023-10-21T04:37:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-28T00:31:09.000Z (over 1 year ago)
- Last Synced: 2025-02-11T14:46:25.610Z (3 months ago)
- Topics: cnn-classification, fullstack, html, ia, javascript, keras-tensorflow, naive-bayes-classifier, perceptron, python, vite
- Language: Jupyter Notebook
- Homepage: https://pc-3-ia.vercel.app
- Size: 2.23 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PC3-IA
# How to use
- Install the requirements in the folder `client`
```bash
npm install
```- Run the project with `npm`
```bash
npm run dev
```