From 77c87230c99d36d9c1d9d1c3f3319be7c3fdfa88 Mon Sep 17 00:00:00 2001 From: pommicket Date: Wed, 9 Sep 2015 17:31:12 -0400 Subject: Edited readme --- README.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/README.md b/README.md index a0496cb..81f9a0f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,35 @@ # AutoArtGPU AutoArt that uses OpenCL to run on your GPU + +This is the GPU version of [AutoArt](https://github.com/pommicket/AutoArt). + +**AutoArtGPU requires the following dependencies:** + +AutoImages: +- Python +- PIL/Pillow +- Numpy +- PyOpenCL + +AutoVideos: +- Python +- OpenCV +- Numpy +- PyOpenCL + +AutoAudio: +- Python +- Numpy +- PyOpenCL + +On Ubuntu/Debian you can get them using: +`sudo apt-get install python python-pil python-numpy python-pyopencl python-opencv` + +On other platforms, you can use pip, or visit the libraries' websites. + +To run AutoImages: +`python AutoImagesGPU2.py` +To run AutoVideos: +`python AutoVideosGPU2.py` +To run AutoAudio: +`python AutoAudioGPU.py` -- cgit v1.2.3