summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpommicket <leonardomtenenbaum@gmail.com>2015-09-09 17:31:12 -0400
committerpommicket <leonardomtenenbaum@gmail.com>2015-09-09 17:31:12 -0400
commit77c87230c99d36d9c1d9d1c3f3319be7c3fdfa88 (patch)
treef23c67f4a2ec96844a60d37481c2370776d6acbd
parent37ec3166212e30f865486802da9bacc99f0a7537 (diff)
Edited readme
-rw-r--r--README.md33
1 files changed, 33 insertions, 0 deletions
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`