An automatic image captioning project that generates natural language descriptions for images.
# Clone the repository
git clone https://github.com/jiajiabinx/auto_caption.git
cd auto_caption
# Set up virtual environment (optional)
python -m venv venv
source venv/bin/activate # On Windows use: venv\Scripts\activate
# Install dependencies
poetry install