mirror of
https://github.com/Sosokker/image-caption-generator.git
synced 2025-12-18 18:14:05 +01:00
245 B
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