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

18 lines
245 B
Markdown

# 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)