Unveiling Truth in the Digital Age
Frontend Link: https://github.com/jaydoshi2/Deeptruth-Frontend
Backend Link: https://github.com/jaydoshi2/Deeptruth-Backend
DeepTruth is an innovative fact-checking platform that combines the power of Googleโs Gemini AI and DistilBERT to provide real-time analysis of news articles and claims. Our Chrome extension makes it easy to verify information while browsing the web.
git clone https://github.com/yourusername/deeptruth.git
cd deeptruth/backend
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
pip install -r requirements.txt
cp .env.example .env
# Edit .env with your API keys and settings
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
cd ../Deeptruth
npm install
npm run dev -- --host
chrome://extensions/
Chrome Extension
directoryCreate a .env
file in the backend directory with:
GEMINI_API_KEY=your_gemini_api_key
MONGODB_URI=your_mongodb_uri
DEBUG=True
POST /api/verify-claim/
: Verify an article titleGET /api/false-news/
: List all analyzed claimsgit checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)This project is licensed under the MIT License - see the LICENSE file for details.
For support, email support@deeptruth.com or join our Slack channel.
Made with โค๏ธ by the DeepTruth Team
ยฉ 2024 DeepTruth. All rights reserved.