Skip to content

ecg deep learning app that predicts if your ECG is normal or abnomarl,

Notifications You must be signed in to change notification settings

MERYX-bh/SmartECG

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 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 abnomarl,

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 95.2%
  • JavaScript 2.4%
  • Python 1.9%
  • Other 0.5%