MIPROv2 Optimized Clinical Impact Judge

This commit is contained in:
2025-11-30 11:39:10 -05:00
parent 65c96ee979
commit 3d9154d021
22 changed files with 738 additions and 1 deletions

12
pyproject.toml Normal file
View File

@@ -0,0 +1,12 @@
[project]
name = "clinical-impact-judge-mipro"
version = "0.1.0"
description = "LLM transcript alignment and evaluation toolkit"
readme = "README.md"
requires-python = ">=3.11"
dependencies = ["openai>=1.35.0", "num2words>=0.5.13", "python-dotenv>=1.2.1", "dspy>=3.0.4", "modaic>=0.4.1", "scikit-learn>=1.7.2", "vertexai>=1.71.1"]
[project.optional-dependencies]
plot = ["matplotlib>=3.8"]
dev = ["pytest>=8.0"]