Skip to content

ecg deep learning app that predicts if your ECG is normal or abnormal, and classify it into 5 classes.

Notifications You must be signed in to change notification settings

Madjid-CH/SmartECG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SmartECG-Project

initializing the project

server

python -m venv venv
venv\Scripts\activate
pip install -r requirements.txt

client

cd client
npm install

running the project

server

uvicorn main:app --reload

or

python main.py

client

cd client
npm run

Endpoints

server

  • /predict : predict the class of a given time series
  • /plot/{index} : return the plot of the instance in position index

About

ecg deep learning app that predicts if your ECG is normal or abnormal, and classify it into 5 classes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published