Political Bias Compass is a tool designed to bring transparency to news sources and articles by leveraging machine learning and AI analysis. Our goal is to help users understand the biases present within various news sources by analyzing their content and presenting an objective assessment.
- Machine learning model to detect and classify political bias in news articles.
- AI-driven analysis for improved accuracy and transparency.
- Web-based interface for easy access and interaction.
To run Political Bias Compass on your local machine, follow these steps:
Ensure you have the following installed on your system:
- Python (3.x recommended)
- Flask
- A web browser
- Clone this repository to your local machine:
git clone https://github.com/your-repo/political-bias-compass.git cd political-bias-compass - Install required dependencies:
pip install -r requirements.txt
- Start the Flask server:
python -m flask run
- Open
index.htmlin your web browser to interact with the application.
We appreciate you taking the time to explore our project! If you have any feedback or suggestions, feel free to contribute or reach out. Enjoy using the Political Bias Compass!