Metadata-Version: 2.1
Name: ost-python
Version: 0.0.9
Summary: Evaluation framework for video summarizations
Home-page: https://github.com/leanbalma/ost-python
Author-email: balmacedalm@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: opencv-python
Requires-Dist: h5py
Requires-Dist: numpy

# Evaluator

## Installation

We encourage you to set up a virtual environment before install the dependencies. [Here](https://virtualenvwrapper.readthedocs.io/en/latest/install.html) you
can find instructions about how to install and use Virtualenvwrapper.

To install the dependencies, just run:

```
$ pip3 install -r requirements.txt
```


