Metadata-Version: 2.1
Name: vpss
Version: 0.0.2
Summary: A Python implementation of Patch Similarity Searching
Home-page: https://github.com/gauenk/vpss
Author: Kent Gauen
Author-email: kent.gauen@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/gauenk/vpss/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

Video Patch Similarity Search (VPSS)
=========================================
A Python Implementation for a GPU accelerated implementation of Video Patch Similarity Searching.


Install
-------

The package is available through Python pip,

```
$ python -m pip install vpss --user
```

Or the package can be downloaded through github,

```
$ git clone https://github.com/gauenk/vpss/
$ cd vpss
$ python -m pip install -r requirements.txt --user
$ python -m pip install -e ./lib --user
```

LICENSE
-------

Licensed under the GNU Affero General Public License v3.0, see `LICENSE`.


