Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```