summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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`