b1sakher / image-processing-flask-mongo-docker

This python script demonstrate a pipline running on a Docker container of gathering data through hyper links, processing it, saving it in mongo DB then using Flask to show results.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image processing

This python script demonstrate a pipline running on a Docker container of gathering data through hyper links, processing it, saving it in mongo DB then using Flask to show results.


Usage

Step 1

  • Run the following commands on shell
    $ docker-compose build
    $ docker-compose up

Step 2

Step 3

  • Start by the Image Process job

Results demo on Flask

Recordit GIF


TODO:

  • Update script to run in asynchronous mode
  • Upload Docker Image into DockerHub and use it directly

About

This python script demonstrate a pipline running on a Docker container of gathering data through hyper links, processing it, saving it in mongo DB then using Flask to show results.


Languages

Language:HTML 78.2%Language:Python 21.8%