Skip to content

Latest commit

 

History

History
35 lines (31 loc) · 525 Bytes

README.md

File metadata and controls

35 lines (31 loc) · 525 Bytes

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