python -m venv venv
venv\Scripts\activate
pip install -r requirements.txt
cd client
npm install
uvicorn main:app --reload
or
python main.py
cd client
npm run
/predict
: predict the class of a given time series/plot/{index}
: return the plot of the instance in position index