python -m venv venv
venv\Scripts\activate
pip install -r requirements.txtcd client
npm installuvicorn main:app --reloador
python main.pycd client
npm run/predict: predict the class of a given time series/plot/{index}: return the plot of the instance in position index