Torch, Timm, FastAPI, Pillow Application

This is a Dockerized application that combines the power of Torch, Timm, FastAPI, and Pillow to provide a customizable image processing API. You can use this README as a starting point for your project's documentation.

Getting Started

  1. Clone this repository to your local machine:
git clone https://github.com/cobanov/fastapi-image-classification.git
cd fastapi-image-classification
  1. Build and run the docker image
docker build -t image_recognition .
docker run -d -p 80:80 image_recognition