An open API service indexing awesome lists of open source software.

https://github.com/nirnejak/image-to-text-server

Image to Text Server with Fastify
https://github.com/nirnejak/image-to-text-server

api fast-api fastapi image-to-text python server uv

Last synced: 4 days ago
JSON representation

Image to Text Server with Fastify

Awesome Lists containing this project

README

          


Image to Text API

**Run Dev Server**

```bash
uv run uvicorn main:app --reload
```

**Check Lint Issues**

```bash
uv run ruff check
```

**Check Lint and Fix Issues**

```bash
uv run ruff check --fix
```

**Check Lint Issues**

```bash
uv run ruff format
```