Skip to content

MahsaSeifikar/image-collector-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Collector Telegram Bot

If we want to have a great result from Machine Leaning Algorithms, we should provide them a lot fuel. Data is Fuel.

In this repository, a telegram bot is implemented to collect data which is people's selfie photo and national photo to use in Face Verification problem.

If you want to see how this bot works please start https://telegram.me/face_image_collector_bot.

How to run this bot?

using Docker

In first step, build your docker image: docker build -t image_collector_bot .

Then run the docker image: docker run image_collector_bot

In Terminal

  1. Set SIMPLE-SETTING environment variable:

    export SIMPLE_SETTINGS=settings

  2. Run the code.

    python image_collector_bot.py

About

A Telegram bot which collect user's photo for Face Validation problem.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published