Open source LLM evaluation framework with cost + latency + hallucination metrics #2730
vignesh2027
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey DeepEval community!
Love what DeepEval is doing with LLM-as-judge evaluation. I built an open source framework that takes a complementary approach focused on production metrics.
Key difference from DeepEval: No LLM-as-judge needed. Everything runs locally or from real API responses.
5 metrics tracked simultaneously:
One command benchmark:
Works via LiteLLM so any model is supported.
Live demo (no API key needed): https://huggingface.co/spaces/vigneshwar234/llm-eval-demo
GitHub: https://github.com/vignesh2027/LLM-Evaluation-Framework
71 tests, 82% coverage. The two approaches complement well: DeepEval for semantic/behavioral evaluation, this for production metrics. Feedback welcome!
Beta Was this translation helpful? Give feedback.
All reactions