/slip

Maps lecture slides to the corresponding segments in lecture videos.

Primary LanguagePython

Slip

Installation

Make sure to use a virtualenv

pip install -r requirements.txt
brew install tesseract ffmpeg rabbitmq

Install OpenCV 3.1.0
Install RabbitMQ

To Run

sudo rabbitmq-server
celery -A lib.slide_match worker --loglevel=info

python run.py to start web server
python test.py to temporarily test algorithm