Metadata-Version: 2.4
Name: nexuseval
Version: 0.3.0
Summary: An open-source LLM evaluation framework.
Project-URL: Homepage, https://github.com/ShubhamSalokhe/nexuseval
Project-URL: Issues, https://github.com/ShubhamSalokhe/nexuseval/issues
Author-email: Shubham Salokhe <shubhamsalokhe@ymail.com>
License: MIT
License-File: LICENSE
Keywords: ai,evaluation,hallucination,llm,openai,rag,testing
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.9
Requires-Dist: numpy>=1.20.0
Requires-Dist: openai>=1.0.0
Requires-Dist: pydantic>=2.0.0
Requires-Dist: tqdm>=4.0.0
