diff options
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..282a901 --- /dev/null +++ b/readme.md @@ -0,0 +1,15 @@ +# yuri communism twitter bot
+
+bot that adds quotes on (anime) images. uses [facial detection](https://github.com/qhgz2013/anime-face-detector) to try to prevent text from getting over anime character's face
+
+## steps
+
+- `conda env create -f envs/environment.yml`
+- `conda env create -f envs/environment-detect.yml`
+- `conda activate yuribot `
+- `python provision.py`
+- setup [anime-face-detector](https://github.com/qhgz2013/anime-face-detector)
+- move [anime-face-detector](https://github.com/qhgz2013/anime-face-detector) `models` to base
+- `python bot.py`
+
+
|