image-caption-generator/README.md
2025-01-14 13:48:54 +07:00

245 B

Image Caption Generator

Installation

python -m venv venv
.\venv\Scripts\activate
pip install -r requirements.txt

Usage

uvicorn app:app --reload

Access through http://127.0.0.1:8000