From e78f351e06e432a607ebadc8de3ea6d27315c088 Mon Sep 17 00:00:00 2001 From: carp <25677564+carp@users.noreply.github.com> Date: Mon, 13 Jul 2020 13:27:04 -0400 Subject: git init --- readme.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 readme.md (limited to 'readme.md') 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` + +![example image](https://pbs.twimg.com/media/EWa1e1wWsAA6Vt0?format=jpg) -- cgit v1.2.3