nfacha / TelegramDiscordFacialRecognition

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Telegram/Discord Facial Recognition Bot [Python 3/Docker]

This script runs over docker

  1. Clone the repository
  2. Enter the directory
  3. Build the desired image, either docker build . -f DockerfileTelegram -t witb-telegram or docker build . -f DockerfileDiscord -t witb-discord
  4. docker run -e apikey="YOUR API KEY HERE" -v "known-person:/root/bot/known-person/" -t witb-telegram

Required Docker ENV Vars

apikey = Either a telegram bot api token or a discord bot api token

Sample Images

Add a sample photo of the people you want to be recognized to the known-person directory The file name will be used as the person name

About


Languages

Language:Python 97.4%Language:C 1.3%Language:C++ 1.2%Language:Fortran 0.1%Language:Roff 0.0%Language:Shell 0.0%