-
Notifications
You must be signed in to change notification settings - Fork 32
Description
Hello, I am Darshika Dubey, a GSSoCβ25 contributor.
I would like to request this issue to be assigned to me.
π§ Email: darshikadubey67@gmail.com
π GitHub: https://github.com/darshikadubey67
π¬ Discord: darshikadubey_
π Problem-
Currently, the app only displays the prediction result (True Fact / Fake Fact) with confidence score.
There is no reference to support the prediction, which reduces credibility.
π‘ Proposed Solution
Integrate a fact-checking API (such as Google Fact Check Tools API or other open fact-check APIs).
Workflow:
-
User enters a statement β model gives prediction.
-
The system also calls the API to search fact-check sources for that statement.
-
Display results (title, source name, URL) below the prediction.
*Example API (Google Fact Check Tools):
GET https://factchecktools.googleapis.com/v1alpha1/claims:search?query="YOUR_QUERY"&key=API_KEY
Returns claim reviews with publisher name, rating, and URL.
π¨ UI/UX Improvement
Add a "Verified Sources" section in result.html under the result card.
Display results like:
β
Source: Politifact β Claim rated as "False"
π Read More
Show up to 3 references.
β
Expected Outcome
Adds real-world credibility to predictions.
Users can cross-check the fact themselves.
Makes the project much more practical and trustworthy.
π Kindly assign this issue to me. I am excited to implement this API integration.