Skip to content

URIL-Group/deepi-python

Repository files navigation

DEEPi Setup

Set up script and resources for a DEEPi easy install.

Installation

To install everything, clone the project onto the RPi, and run the set up script.

sudo apt-get -y update
sudo apt-get -y install git
git clone https://github.com/URIL-Group/deepi-python.git
cd deepi-python/
sh setup.sh

Set up via sudo raspi-config

  1. Enable Legacy Camera
  2. Expand filesystem

To set up a service run the following.

sudo cp deepi.service /lib/systemd/system/
sudo systemctl start deepi.service
sudo systemctl enable deepi.service

After the setup is complete, you may need to reboot the RPi to complete the process.

sudo reboot now

Usage

Get onto the same network as the DEEPi and navigate a browser to http://raspberrypi.local:5000.

For a windows computer, you will need to first determine the IP address of the DEEPi and replace raspberrypi.local with the correct IP.

The install places a file named deepi.conf in the home directory. Editing that file changes the DEEPi behavior. The default behavior is to serve the webapp with streaming.

Contributing

Contact URIL lab.

License

Distributed under the MIT License. See LICENSE for more information.