Skip to content

Repository files navigation

Demonstrator Instructions

Frontend Setup

  1. Navigate to the frontend directory:

    cd /frontend
  2. Install dependencies:

    npm install
  3. Start the development server:

    npm run dev

Backend Setup

  1. Navigate to the backend directory:

    cd ../backend
  2. Install Python dependencies:

    pip install
  3. Start the backend server:

    uvicorn main:app --reload --host 0.0.0.0 --port 8000

Running the Demo

  1. In the frontend UI, select the .csv file named 'preprocessed data' from the /data folder

  2. Click 'Start Auto Sending' to begin the demonstration

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages