Skip to content

rmountjoy92/VectorCloud2

Repository files navigation

VECTORCLOUD

A web interface for controlling Anki's Vector Robot

CURRENT STATUS: DEVELOPER PREVIEW

WARNING: this is not a finished product and is being made available for testing purposes only. At this time, I am not providing any support regarding installation/setup any further than the instructions below.

Installation

Docker

docker create \
  --name=vectorcloud \
  -p 5000:5000 \
  -v path/to/data:/vectorcloud/vectorcloud/user_data \
  --restart unless-stopped \
  rmountjoy/vectorcloud:latest

Python

Instructions are for linux. Windows not tested or officially supported.

virtualenv --python=python3.7.5 VectorCloudEnv
cd VectorCloudEnv && source bin/activate
git clone https://github.com/rmountjoy92/VectorCloud2.git
cd VectorCloud2 && pip install -r requirements.txt
python3 run.py

Then open a web browser and go to localhost:5000

About

Temporary repository for rebuilding VectorCloud

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published