Metadata-Version: 2.5
Name: claimtruth
Version: 0.0.1
Summary: Open-source engine for verifying claims against evidence.
Project-URL: Homepage, https://github.com/claimtruth
Project-URL: Repository, https://github.com/claimtruth-python
Author-email: Vignesh Sathiyamurthy <vignesh.satya4@gmail.com>, Ashwini Srinivasan <ashwiniradha248@gmail.com>, Raveendhar <vignesh.satya4@gmail.com>
License-Expression: Apache-2.0
License-File: LICENSE
Keywords: claim verification,evaluation,fact checking,grounding,llm
Classifier: Development Status :: 1 - Planning
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# claimtruth

An open-source engine for verifying claims against evidence.

Given a piece of text, claimtruth extracts the claims it makes, retrieves
evidence from a corpus, and returns a verdict for each claim
(supported / contradicted / not enough evidence) with the exact evidence cited.

**Status:** early development. Built in public — follow along on GitHub.