Fakify is a modern fake news detector powered by the Mistral and Exa API's
Discalimer: AI can sometimes produce wrong results or hallucinate. Please check critical information manually.
- Paste in the URL of the article you want to check
- The Exa API will firstly get the websites content
- Mistral medium API will then generate a search query for Exa search
- Exa search will then get similar articles related to the topic
- Mistral large will then generate a comprehensive review of the article based on content and similar results on the internet
- The result is then displayed to you (the user) throughout the sleek and clean Streamlit UI -> It sould then contain the different aspects such as 'Claim', 'Source Credibility', 'Language Used', 'Inconsistencies', and 'Overall Assessment'
- Frontend: Streamlit (Python)
- Website Context: Exa Context API
- Search query generation: Mistral API (Model: Mistral Medium)
- AI Search: Exa Search API
- Brief AI Summary (Model: Mistral Large latest) -> Mistral-large-latest
Note
Retrieval-augmented generation (RAG) is a technique that enables large language models (LLMs) to retrieve and incorporate new information from external data sources. With RAG, LLMs do not respond to user queries until they refer to a specified set of documents. These documents supplement information from the LLM's pre-existing training data.
- Duration of the Project (Beginnging - End): 10. Janurary 2026 - 12. Janurary 2026
- Sticky notes used: ≈ 0
- Hours I spend building this Project: ≈ 10h