Go to file
2025-01-14 15:24:28 +07:00
samples chore: add dancing baby and sample 2025-01-14 15:24:28 +07:00
static chore: add dancing baby and sample 2025-01-14 15:24:28 +07:00
templates chore: add dancing baby and sample 2025-01-14 15:24:28 +07:00
.gitignore Initial commit 2025-01-14 13:48:54 +07:00
app.py Initial commit 2025-01-14 13:48:54 +07:00
README.md Initial commit 2025-01-14 13:48:54 +07:00
requirements.txt Initial commit 2025-01-14 13:48:54 +07:00

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