Metadata-Version: 2.1
Name: vidhash
Version: 0.1.5
Summary: A package for hashing videos and checking for similarity
Home-page: https://github.com/SpangleLabs/vidhash
License: MIT
Author: Your Name
Author-email: you@example.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: ImageHash (>=4.2.1,<5.0.0)
Requires-Dist: Pillow (>=9.1.1,<10.0.0)
Requires-Dist: ffmpy3 (>=0.2.4,<0.3.0)
Requires-Dist: numpy (>=1.22.4,<2.0.0)
Project-URL: Repository, https://github.com/SpangleLabs/vidhash
Description-Content-Type: text/markdown

# Vidhash
[Vidhash](https://pypi.org/project/vidhash/) is a perceptual video hashing and checking library, to detect similar videos, or videos containing similar scenes.


## Todo
- Code
  - Ability to ignore blank frames
  - Ensure hash settings are the same when checking similarity
  - Wrapper for imagehash.ImageHash
  - Datastore
    - (For looking up matching videos from a collection)
- Documentation
- Tests

