# Image Caption Generator ### Installation ```bash python -m venv venv .\venv\Scripts\activate pip install -r requirements.txt ``` ### Usage ```bash uvicorn app:app --reload ``` Access through [http://127.0.0.1:8000](http://127.0.0.1:8000)