The Fake News Detector coding project aims to address several problems associated with misinformation and fake news. Here are some of the key problems it can help solve:
Misinformation spread: The project helps combat the spread of misinformation by analyzing articles and providing users with an assessment of their reliability. This encourages users to verify the information before sharing it further.
Lack of source credibility: The project utilizes an AI model to authenticate the reliability of the source. It helps users discern whether the information is coming from a reputable and trustworthy source or not.
Confirmation bias: The project assists in mitigating confirmation bias by offering an objective evaluation of the article's authenticity. It encourages users to critically evaluate information, regardless of their preconceived beliefs.
Manipulation and propaganda: By detecting and flagging potential instances of fake news, the project helps users identify manipulative content and propaganda tactics employed by certain sources.
Protecting online reputation: The project assists in safeguarding individuals, organizations, and public figures from false information that may harm their reputation. It helps users make informed decisions about the credibility of the content they encounter.
Promoting media literacy: The project fosters media literacy by encouraging users to be more discerning consumers of information. It promotes critical thinking skills and empowers users to verify news before accepting and sharing it.
Enhancing informed decision-making: By providing an assessment of source reliability, the project enables users to make better-informed decisions based on trustworthy information. This is particularly valuable in fields such as politics, health, finance, and other areas where accurate information is crucial.
a)Scroll Bar Issue: One issue we came into will doing the project was the scroll bar which unknowingly appeared in the First Page . This made the page a little uncomfortable for the User -Front. The Idea was to make all the pages Absolute but somehow it didn’t occur that way .To resolve that particular issue we ran a lot of hit and trial int CSS code in the (Body{}) section of the code and finally solved it by using [Overflow: Hidden] syntax.
b)Card Issue: In the Second page of our Hackathon project, we were not able to guess how to present before the user the credibility of the news submitted .We tried to muster our mind very hard and tried to decipher the problem using raw html and CSS code . Which was done after intense research in the google to present the result in a interactive way.
Technologies used
Discussion