# ImagePlayer **Repository Path**: colinsong2021/ImagePlayer ## Basic Information - **Project Name**: ImagePlayer - **Description**: No description available - **Primary Language**: Unknown - **License**: AGPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-20 - **Last Updated**: 2022-01-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ImagePlayer: playing with deep image models. ImagePlayer is a free, open source image viewer bring deep learning image models to your desktop. ![screenshot](https://raw.githubusercontent.com/fengwang/ImagePlayer/main/misc/screenshot.png) With ImagePlayer, everyone can benefit from deep learning, without being an expert. ## Dependencies (tested) + tensorflow: _2.6.0, with GPU support_ + pytorch: _1.9.1_ + torchvision: _0.10.1_ + pyside2: _5.15.2_ + qt-material + OpenCV: _4.5.4_ + numpy: _1.21.1_ + imageio: _2.9.0_ + scikit-learn: _1.0_ + scipy: _1.7.1_ + seaborn: _0.11.2_ + matplotlib: _3.4.3_ + pandas: _1.3.4_ + Pillow: _8.4.0_ + onnxruntime: 1.9.1 ## Usage ### Linux 1. Install the Python dependency packages using packages managers such as pacman, pip, apt-get ... 2. execute 'image_player.py' ### Windows TODO ### Mac TODO ## Models that have been integrated + [Real-ESRGAN](https://github.com/xinntao/Real-ESRGAN) ![screenshot](https://raw.githubusercontent.com/fengwang/ImagePlayer/main/misc/resr4x.png) + [StyleGan2](https://github.com/a312863063/generators-with-stylegan2) ![screenshot](https://raw.githubusercontent.com/fengwang/ImagePlayer/main/misc/screenshot.png) + [Yolo v5](https://ultralytics.com/yolov5) ![screenshot](https://raw.githubusercontent.com/fengwang/ImagePlayer/main/misc/yolo_screenshot.png) + [Deep Dream](https://en.wikipedia.org/wiki/DeepDream) ![screenshot](https://raw.githubusercontent.com/fengwang/ImagePlayer/main/misc/deepdream_screenshot.png) + [EnlightenGAN](https://github.com/VITA-Group/EnlightenGAN) ![screenshot](https://raw.githubusercontent.com/fengwang/ImagePlayer/main/misc/enlightenGAN.png) + [Photo2Cartoon](https://github.com/william0wang/photo2cartoon) ![screenshot](https://raw.githubusercontent.com/fengwang/ImagePlayer/main/misc/photo2cartoon.png) + [AnimeGANv2](https://github.com/TachibanaYoshino/AnimeGANv2) ![screenshot](https://raw.githubusercontent.com/fengwang/ImagePlayer/main/misc/facepaint.png) ## License agplv3