The Systematic Solution is a Flask project developed for the Kavach Hackathon 2023, aimed at detecting fake news. It consists of four modules: Clipboard Check, Extension Check, Image Check, and Right News Module.
1. Clipboard Check: This module ensures that the text copied to the clipboard is checked for authenticity and reliability.
2. Extension Check: The goal of this module is to create a browser extension that allows users to view the content without switching tabs. However, due to the requirement of a Google Developer license, this feature is still under development.
3. Image Check: The image is processed using pytesseract, an optical character recognition (OCR) tool, to extract text from the image. The extracted text is then passed on to the checker for analysis.
4. Right News Module: This module provides users with the ability to navigate through news articles by clicking on "previous" and "next" buttons. Clicking on the "read more" button directs users to the full news article on a web page.
Technologies used in the project include HTML, CSS, JavaScript, Python (Flask), Figma for design, and Jupyter Notebook for working on data models and improving efficiency.