Skip to content

Brown-University-Library/alt_text_plus_project

Repository files navigation

CI tests

NOTE: experimental to explore LLM-as-a-judge functionality.

More information will be addded here, but for now, see the info.md file.

Model server

The app can generate alt text through OpenRouter or a local LM Studio OpenAI-compatible server.

OpenRouter:

MODEL_SERVER="openrouter"
OPENROUTER_API_KEY="..."
OPENROUTER_MODEL_ORDER="..."

LM Studio:

MODEL_SERVER="lmstudio"
LMSTUDIO_BASE_URL="http://127.0.0.1:1234/v1"
LMSTUDIO_MODEL_ORDER="the-loaded-model-id"
LMSTUDIO_API_KEY="lm-studio"

For LM Studio, start the local server and load a vision-capable model before uploading images.


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors