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
- Host: GitHub
- URL: https://github.com/nirnejak/image-to-text-server
- Owner: nirnejak
- Created: 2025-02-18T17:10:46.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-12-31T03:32:54.000Z (4 months ago)
- Last Synced: 2026-03-14T07:14:03.270Z (about 1 month ago)
- Topics: api, fast-api, fastapi, image-to-text, python, server, uv
- Language: Python
- Homepage:
- Size: 29.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```