This project provides an API for generating captions for uploaded images. Follow the steps below to set up and run the project on your local machine.
- Python 3.8 or later
pip(Python package installer)
1. Create a .env File Create a .env file in the root directory of your project. Use sample.env as a template for your environment variables.
pip install -r requirements.txt
uvicorn main:app --reload