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