blob: 282a9017e8eb3476bbfcf73d671506d255f38d9e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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`

|