Hifumi is a service for tagging, ranking and serving images, powered by your favorite Discord communities. Keep track of your memes, anime waifus and fandom gifs by categorizing them under familiar tags and manage them with a web interface!
Hifumi is in beta right now. You may invite her, but she's not yet stable.
TBA
Once Hifumi is in your server, you can use it to start tagging images. Auto-tag channels allow you to automatically upload images from select channels.
Image search is supported through both the bot and the web UI.
Moderators of your server will have the option to mark your images as public which will allow image moderators to review them. If approved, your images will be publicly viewable but the image tags will be managed by image mods.
- Copy
.env.example
to.env
- Fill out the variables of modules you need
- Run
docker-compose up [modules separated by spaces]
- Bot mode:
docker-compose up bot hasura postgres
- Website mode:
docker-compose up hasura postgres auth
The heart of the operation, the Discord bot keeps all image information in sync and allows users to upload new images.
Hifumi's web interface built with Vue
The API that keeps everything working together, go check out hasura, it's amazing.
Authentication hook for hasura that allows validating users for the API.