A news headline truthiness detector using NLP
Authors: Ben Podrazhansky, Faris Durrani, Lucas Zhang, Shriya Edukulla
Implemented: Oct 21-23, 2022
For: HackGT 2022 (Devpost)
Full functionality requires both the React frontend and Python backend to run, in addition to disabling CORS (example extension)
To run the frontend:
cd frontend
npm install
npm start
To run the backend (after installing all pip requirements):
python -m Flask_App.flask_main
Real? is MIT licensed, as found in the LICENSE file.
Real? documentation is Creative Commons licensed, as found in the LICENSE-docs file.