iguit0 / resizooor

Simple image resizer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“ Resizooor πŸ“

Project   |    Tech   |    Get Started   |    Demo   


πŸ’» Project

An REST API that receives an image and uses a queuing system to change its size to 384x384.

πŸš€ Tech

βš™οΈ Get Started

    git clone https://github.com/iguit0/resizooor.git

    cd resizooor
    
    docker-compose up

Run

Using Postman:

  • Set up a POST request with the following URL: http://127.0.0.1:8000/images/resize
    • Body: form-data
      • Key: image_file
      • After that, select color_bars.png (example image to test the solution)
  • After send the request, the result will appear as body result and after that just save response which is going to be a file.

πŸ“Ή Watch demo video.

Test

Considering you're inside venv, run: pytest --disable-warnings

About

Simple image resizer

License:Apache License 2.0


Languages

Language:Python 95.5%Language:Dockerfile 4.5%