Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/doarakko/iyashi
"iyashi" is a slack bot that randomly returns the pictures of animals you posted. When you post a picture of an animal, it will be automatically classified and registered.
https://github.com/doarakko/iyashi
animal bot deel-learning heroku heroku-app heroku-button image-recognition machine-learning python slack slack-api slack-bot slackbot
Last synced: 12 days ago
JSON representation
"iyashi" is a slack bot that randomly returns the pictures of animals you posted. When you post a picture of an animal, it will be automatically classified and registered.
- Host: GitHub
- URL: https://github.com/doarakko/iyashi
- Owner: Doarakko
- License: mit
- Created: 2020-11-23T15:13:50.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-01T06:42:28.000Z (about 1 year ago)
- Last Synced: 2024-05-01T16:38:08.285Z (10 months ago)
- Topics: animal, bot, deel-learning, heroku, heroku-app, heroku-button, image-recognition, machine-learning, python, slack, slack-api, slack-bot, slackbot
- Language: Python
- Homepage:
- Size: 63.4 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# iyashi
"iyashi" is a slack bot that randomly returns the pictures of animals you
posted.When you post a picture of an animal, it will be automatically classified and
registered.![example](./example.gif)
## What is "iyashi"
"iyashi" is a Japanese word meaning "soothing" or "healing" mentally and
physically.We need "iyashi", let's get "iyashi"!
## Requirements
- Slack
- Microsoft Azure Custom Vision APIYou need to invite slack bot to the channel you want "iyashi".
## Supported animals
- cat
- にゃーん
- ニャーン
- chinchilla
- チンチラ
- ちんちら
- dog
- わんわん
- ワンワン
- hedgehog
- ハリネズミ
- はりねずみ
- owl
- フクロウ
- ふくろう
- ほーほー
- ホーホーPlease create an issue if you have any animals you would like to see supported!
## Run on local
```sh
docker-compose up --build
```### Add file manually
```sh
docker exec -it iyashi_app python scripts/add.py -a -u
```### Delete file manually
```sh
docker exec -it iyashi_app python scripts/delete.py -u
```