-
Navigate to the frontend directory:
cd /frontend -
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Navigate to the backend directory:
cd ../backend -
Install Python dependencies:
pip install
-
Start the backend server:
uvicorn main:app --reload --host 0.0.0.0 --port 8000
-
In the frontend UI, select the
.csvfile named 'preprocessed data' from the/datafolder -
Click 'Start Auto Sending' to begin the demonstration