Skip to content

Wearable Cognitive Assistant for assembling an Ikea lamp

Notifications You must be signed in to change notification settings

cmusatyalab/gabriel-ikea

Repository files navigation

Overview Docker Image Status License

A cognitive assistant to help assemble this Ikea lamp. Watch a demo video here. If you do not have the correct lamp, you can test the assistant using these images.

Installation

Client

An Android client is available on Google Play. The source code is available here.

Server

We recommend running the server using Docker. If you want to run the code directly, please see our Dockerfile for details.

How to Run

Client

Add servers by name and IP/domain from the main activity. This activity also contains a toggle to show subtitles with instructions. Subtitles are useful for devices that may not have integrated speakers (such as the ODG R-7). Connect to a server by pressing the button to the left of its name.

Server

Container

docker run --rm -it --gpus all -p 9099:9099 cmusatyalab/gabriel-ikea:latest

Standalone Object Detector

You can run the object detector by itself using test.py. The model can be downloaded from here.

About

Wearable Cognitive Assistant for assembling an Ikea lamp

Resources

Stars

Watchers

Forks

Packages

No packages published