/crypto-price-forecasting

Primary LanguageJupyter NotebookMIT LicenseMIT

dmdw-project

Client Setup

  1. Install dependencies
  $ npm i
  1. Run the client
  $ npm start

Server Setup

  1. Install dependencies
  $ pip install -r requirements.txt
  1. Run the server
  $ uvicorn --app-dir="./app" --reload main:app