Skip to content

A web app that automatically generates a caption for an uploaded image.

Notifications You must be signed in to change notification settings

julian-douglas/Image-Captioner

Repository files navigation

Image Captioner

Welcome to my image captioner!

This is a small project that uses FastAPI and Transformers to take in an image from the user, and generate a caption for it using AI.

In order to run this, open a new terminal window. Then:

  • pip install uvicorn
  • git clone https://github.com/julian-douglas/Image-Captioner.git
  • cd Image-Captioner
  • uvicorn application:app --reload

Wait for the terminal to say Application startup complete.. Then:

About

A web app that automatically generates a caption for an uploaded image.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published