diff options
author | carp <25677564+carp@users.noreply.github.com> | 2020-07-13 13:27:04 -0400 |
---|---|---|
committer | carp <25677564+carp@users.noreply.github.com> | 2020-07-13 13:27:04 -0400 |
commit | e78f351e06e432a607ebadc8de3ea6d27315c088 (patch) | |
tree | 88db7a1f1463f4559cfcb4c95eef740847fe89e1 /readme.md | |
download | yaoi-communism-e78f351e06e432a607ebadc8de3ea6d27315c088.tar.gz yaoi-communism-e78f351e06e432a607ebadc8de3ea6d27315c088.zip |
git init
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`
+
+
|