Chrome Extension with AI integration that can perform the following tasks
- TruthScore - an Objective Truth probability score
- Sentiment - provides a sentiment score
- Summary - summarizes provided text
- Contradictions - finds contradictions in provided text
- Logical Argument - finds logical fallacies in provided text
- Translate to English
- Web Research - searches 5 relevant urls for more info
- Download the zip
- Unzip to get the folder
- Load folder as "Unpacked" in Chrome Extension Developer Mode
- Enter your API keys in background.js
The extension can use the following API keys
- HUGGINGFACE: 'YOUR_HUGGINGFACE_API_KEY' // for Inference
- GROQ: 'YOUR_GROQ_API_KEY',
- OPENROUTER: 'YOUR_OPENROUTER_API_KEY',
- TOGETHERAI: 'YOUR_TOGETHERAI_API_KEY',
- COHERE: 'YOUR_COHERE_API_KEY',
- XAI: 'YOUR_XAI_API_KEY',
- OPENAI: 'YOUR_OPENAI_API_KEY',
- GOOGLE: 'YOUR_GOOGLE_GEMINI_API_KEY',
- HF_SPACES: 'YOUR_HF_SPACES_API_KEY' // for Web Search