Includes accuracy test scripts for Qwen (local) and Gemini (cloud API), three prompt variants (original, capstone, constrained), test results from all runs, and two analysis reports with an HTML presentation version.
12 lines
231 B
TOML
12 lines
231 B
TOML
[project]
|
|
name = "jersey-test"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"numpy>=1.24.0",
|
|
"opencv-python>=4.8.0",
|
|
"requests>=2.28.0",
|
|
]
|