fastest / README.md
Charan5775's picture
Update README.md
b3b5bdb verified
metadata
title: Fastes
emoji: πŸš€
colorFrom: blue
colorTo: green
sdk: docker
pinned: false
license: mit

Huggingface Spaces for Docker with FastAPI

Overview

This repository contains a simple example of how to deploy a Huggingface model using Docker and FastAPI. The model used is the google-flan-t5-base model from the Huggingface model hub.

Usage

To run the FastAPI server, you can use the following command:

docker-compose up

then visit http://localhost:8000/docs to see the API documentation.

Useful Links