#151 · Primary category: MLOps & Evaluation
t2v_metrics
Evaluating text-to-image/video/3D models with VQAScore
Project last updated:06/05/26
GitHub Stars
600
Forks
76
Contributors
7
License
Apache-2.0
Why we included this project
Judging whether a generated image, video, or 3D scene actually matches the prompt is often the slowest part of working with generative models, and this library turns that into a one-line Python call. It implements VQAScore, which has a vision-language model answer a yes/no question about how well the visual aligns with the text, and the resulting score tracks human judgment more closely than older CLIP-based measures. You can run it over a batch of outputs in a few lines, with backends ranging from open-weight models like Qwen and Gemma to hosted GPT and Gemini. The repo also bundles the GenAI-Bench and CameraBench benchmarks, so you get reference points for comparison instead of having to build your own evaluation setup. That makes it a practical choice for anyone iterating on model versions or researching generative visual systems.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
unsloth
Local UI to run and train LLMs and diffusion models. Supports GGUF, MLX, Qwen3.8, Kimi K3, MiniMax-H3, Gemma 4, FLUX and more.
LlamaFactory
Unified Efficient Fine-Tuning of 100+ LLMs & VLMs (ACL 2024)
airflow
Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
langfuse
🪢 Open source AI engineering platform: LLM evals, observability, metrics, prompt management, playground, datasets. Integrates with OpenTelemetry, LangChain, OpenAI SDK, LiteLLM, and more. 🍊YC W23
netron
Visualizer for neural network, deep learning and machine learning models