FastAPI application to download thousands of images asynchronously in few minutes.
$ pip install -r requirements.txt
$ export PYTHON_ENV=development
$ uvicorn src.main:app --reload
$ docker build -t images-downloader:latest .
$ docker-compose up -d