Inspiration
We got the idea because 2024 is an election year throughout the world and if there is one thing that could lead to massive problems with democracy it's fake news.

What it does
We decided to create a solution that would listen to political debates and would be able to extract facts from opinions and assess wether the facts are true, false and everything in between to inform the citizens.
How we built it
We built a mobile app using React-Native that is transferring audio files recording using the phone microphone to our API. The API does :
- Speech-To-Text transcription
- Parse the transcript to extracts assertions from opinions
- Analyze if an assertion is truthy or not doing a online search and analyzing results.
Challenges we ran into
We realized that truth is not binary but rather a spectrum. Politicans might use a real fact and then assert logically flawed conclusions so we decided to implement this into our product as well with a analysis of the answer.
Accomplishments that we're proud of
We are proud to have achieved a working prototype in less than 24 hours !
What's next for Super Truth
Lots of things could be improved :
- Better UI
- Faster analysis
- Better analysis (adding multi-layered analysis and RAG based fact checking)
Built With
- fastapi
- gladia
- groq
- langchain
- langsmith
- mistral
- python
- react-native
- tavily

Log in or sign up for Devpost to join the conversation.