Connect to the ITTIA Check API or self-hosted ones
Project description
This package connects to the ITTIA Check API.
More on this project and how to self-host one: https://github.com/ittia-research/check
How-to
Demo on how to fact-check a text:
import asyncio
from ittia_check import Check
base_url = "https://check.ittia.net"
format = "json" # or markdown
check = Check(base_url=base_url, format=format)
query = "Germany hosted the 2024 Olympics"
result = asyncio.run(check(query))
print(result)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ittia_check-0.1.0.tar.gz
(2.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ittia_check-0.1.0.tar.gz.
File metadata
- Download URL: ittia_check-0.1.0.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.11.6 Linux/5.15.126-1-pve
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
af6c60a6abf3c85760127323ffa5b666a3819ef211151985db2bbde306d94617
|
|
| MD5 |
1726a567e0f7ad7794ded05b49d9f67c
|
|
| BLAKE2b-256 |
735518c99b6a5594b6b43d50ea44e248c2f23a6731b398ad1816dbf9aa80cc06
|
File details
Details for the file ittia_check-0.1.0-py3-none-any.whl.
File metadata
- Download URL: ittia_check-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.11.6 Linux/5.15.126-1-pve
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0829eef3631f03a9d52abeb8d38e0d23a65eb88941d8dfd70f40151cf91dc78b
|
|
| MD5 |
902780c292312571819a68903b7049f6
|
|
| BLAKE2b-256 |
ccf5346f5cf08d58d78bcb47a890960a89f689d04b9abce6ddb66111a59b60f2
|