Metadata-Version: 2.1
Name: vsdeoldify
Version: 1.0.0
Summary: Deoldify function for VapourSynth
Project-URL: Homepage, https://github.com
Project-URL: Bug Tracker, https://github.com
Author-email: Dan64 <Dan64@gmail.com>
Keywords: Deoldify,VapourSynth
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Multimedia :: Video
Requires-Python: >=3.10
Requires-Dist: fastai=1.0.60
Requires-Dist: numpy>=1.26.2
Requires-Dist: torch>=2.1.1
Requires-Dist: pillow>=9.0.0
Requires-Dist: vapoursynth>=62
Description-Content-Type: text/markdown

# Deoldify
A Deep Learning based project for colorizing and restoring old images and video, based on https://github.com/jantic/DeOldify


## Dependencies
- [PyTorch](https://pytorch.org/get-started) 2.1.1 or later
- [VapourSynth](http://www.vapoursynth.com/) R62 or later


## Installation
```
pip install -U vsdeoldify
python -m vsdeoldify
```


## Usage
```python
from vsdeoldify import ddeoldify

ret = ddeoldify(clip)
```

See `__init__.py` for the description of the parameters.
