Skip to content

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

License

Notifications You must be signed in to change notification settings

stivenramireza/images-downloader-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published