-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
22 lines (22 loc) · 900 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Package: colorizer
Type: Package
Title: Colorize Old Images Using the 'DeOldify' Image Colorization API
Version: 0.1.0
Authors@R: person("David", "Zumbach", , "[email protected]", c("aut", "cre"))
Description: Call the 'DeOldify' <https://github.com/jantic/DeOldify> image
colorization API on 'DeepAI'<https://deepai.org/machine-learning-model/colorizer>
to colorize black and white images.
License: MIT + file LICENSE
URL: https://github.com/zumbov2/colorizer
BugReports: https://github.com/zumbov2/colorizer/issues
SystemRequirements: ImageMagick++: ImageMagick-c++-devel (rpm) or
libmagick++-dev (deb)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Imports: httr, magick, purrr, dplyr, stringr, tibble, magrittr
Suggests: gifski
NeedsCompilation: no
Packaged: 2020-10-30 22:02:43 UTC; david
Author: David Zumbach [aut, cre]
Maintainer: David Zumbach <[email protected]>