A tool for analyzing responsible AI publications to identify key themes, trends, and summaries. It's designed to help researchers and practitioners stay current with the evolving field of AI ethics.
- Clone the repository
- Install dependencies
- Run the full pipeline with
python main.py --all
- Launch the dashboard with
streamlit run app.py
cd src
python main.py --all
# Just scrape new data
python main.py --scrape
# Just analyze themes
python main.py --analyze
# Just export results
python main.py --export
Edit config/sources.yaml
to add new publications.
Edit config/themes.yaml
to modify the themes.