/images-downloader-app

FastAPI application to download thousands of images asynchronously in few minutes.

Primary LanguagePythonMIT LicenseMIT

Images Downloader App

FastAPI application to download thousands of images asynchronously in few minutes.

Run API in development mode

$ pip install -r requirements.txt
$ export PYTHON_ENV=development
$ uvicorn src.main:app --reload

Run API in production mode

$ docker build -t images-downloader:latest .
$ docker-compose up -d