User interface for SmartChair project, building with Dash, Plotly and Polars.
To run the app, you need to install the dependencies first. You can do this by running the following command in the root directory of the project:
pip install -r requirements.txtAfter installing the dependencies, you can run the app by running the following command in the root directory of the project:
python app.pyThe app will be running on the address especified in the terminal.
To run the data sender, you must be in the data_sender directory. You can do this by running the following command in the root directory of the project:
cd data_senderThe dependencies are the same as the app, so you are ready to run the data sender if you have already installed the dependencies. To run the data sender, you can run the following command in the data_sender directory:
python data_sender.py