This project was created as part of Holistic AI's Great Agent Hack November 2025. BiasSphere is a lightweight application for visualising and analysing bias in news articles.
git clone https://github.com/yourusername/BiasSphere.git
cd BiasSphere- uv: This repository uses
uvfor package management- Run
uv sync --group=allto install all dependencies
- Run
- poetry: Poetry is used for overall project dependency management and packaging
- Install Poetry by following the instructions at https://python-poetry.org/docs/#installation
- Use
poetry syncto install project dependencies
- pre-commit: Pre-commit runs code linting, type checking, and dependency management, to ensure code quality and clean code
- Install pre-commit hooks using
uv add tool pre-commitandpre-commit install - Or,
poetry run pre-commit install
- Install pre-commit hooks using
poetry run sync poetry run api:devpoetry run app:dev- Visualisation of bias in input text
Contributions are welcome! Please feel free to submit a Pull Request.
- Create a new branch `feat/short_description_of_feature
- Create a PR with a description of changes made
For questions or feedback, please open an issue.