Welcome to neutralGround! It is a web app (and potentially a plugin!) that helps readers identify and understand potential bias in news articles. By entering a URL, users can get a summary of the article's framing and bias level.
- Aamna Aamir
- Reyhan Emik
- Kashmala Fareed
- Rana Hamood
- React
- TypeScript
- React Router
- Tailwind CSS
- Python 3 (Recommended: 3.10 or 3.11)
- Flask
- Flask-CORS
- Newspaper3k
git clone https://github.com/your-username/neutral-ground.git
cd neutral-ground
npm install
npm run devpip install flask flask-cors newspaper3k lxml[html_clean]
cd neutral-ground/src/backend
python main.py