This service provides image resizing and format conversion functionalities. To begin, proceed with the following steps:
-
Clone the Repository:
git clone <repository-url>
-
Navigate to the Directory:
cd <repository-directory>
-
Install Requirements:
pip install -r requirements.txt
-
Run the Application:
uvicorn main:app --reload
Now you should have the application up and running locally.