/OnlineExp

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Mouse tracking and analysis online

Large scale mouse tracking experiment with edge computing.

Board

Sipeed Maix Dock

Setup

  1. Setup application server
python manage.py migrate
python manage.py createsuperuser
  1. Run application server
python manage.py runserver
  1. Setup devices: Change SSID, password and device name in NPU/slave.py, then upload it to the board.
  2. Once the board is connected to the internet, the device will appear at the application server.
  3. Prepare devices: place the slave at the desired location.
  4. Run experiment: create an experiment on the application server, and assign the device to the experiment.

Credit