mirror of
https://github.com/Deepshift/DeepCreamPy.git
synced 2024-11-28 11:09:42 +00:00
c698c124a9
We add a Python 3 Dockerfile. Example usage: ```bash docker build -t dmb . && docker run dmb docker cp $(docker ps -alq):/app/decensor_output/ ./ ``` In addition we add `requirements.txt` and `.gitignore` files for convenience. Closes: https://github.com/deeppomf/DeepMindBreak/issues/6 Closes: https://github.com/deeppomf/DeepMindBreak/issues/7
4 lines
41 B
Plaintext
4 lines
41 B
Plaintext
models/
|
|
decensor_input/
|
|
decensor_output/
|