This is the official repository for InstaUp! written in Python 3. Supported primarily with Ubuntu 16.04 systems.
You must have the following installed to run tests and executables:
- PyTorch. It's OK if you don't have a GPU installed.
- Bazel. This is our build system and helps organize models and our test infrastructure.
- Flask.
pip3 install Flask --user
to install.
Download the UCF Selfie dataset
dataset
and place it under /opt/datasets/
.
Train with the following command:
bazel run products:model_trainer -- --dataset /opt/datasets/selfies-ucf-2015/train/
Download the sample
dataset and
place it under /opt/datasets/
.
Then, to run tests:
./run_tests.py