Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 keras-tensorflow naive-bayes-classifier perceptron vite
Last synced: 4 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-28T00:31:09.000Z (about 1 year ago)
- Last Synced: 2023-11-28T01:32:54.828Z (about 1 year ago)
- Topics: cnn-classification, keras-tensorflow, naive-bayes-classifier, perceptron, vite
- Language: Jupyter Notebook
- Homepage: https://pc-3-ia.vercel.app
- Size: 2.23 MB
- Stars: 0
- 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
```