Logos is a chatbot that can fact-check news for you.
Logos uses a crude custom Algorithm for natural language processing (NLP) and Google Fact Check Tools API for fact checking.
It is written in Rust and can be run online in Repl or locally.
This project was made for the 2022 #4GoodAI hackathon.
If you have any questions, problems or suggestions write us an email or open a GitHub issue.
Demo (YouTube)
Go to https://repl.it/@OliverKovacs/logos#README.md
Click Run
You need Rust installed for this.
Clone the repo with git
git clone https://github.com/hiubok/logos && cd logos
or download as a zip.
In the directory run the command
cargo run
The bot is written in Rust. We used these technologies to create the bot (click on an icon for more info):
Logos uses the Google Fact Check Tools API for getting information, which in turn relies on various other fact-checking websites.
Do NOT rely on the data provided by the bot for real world use, this is a work in progress, proof-of-concept project.
By using this program you agree to:
- Google’s API Terms of Service