Go to file
2025-01-14 13:48:54 +07:00
static Initial commit 2025-01-14 13:48:54 +07:00
templates Initial commit 2025-01-14 13:48:54 +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