https://github.com/rohithay/digest
A tool for analyzing responsible AI publications to identify key themes, trends, and summaries. 🗞️🗞️🗞️
https://github.com/rohithay/digest
artifical-intelligence good-reads key-themes nlp summarization
Last synced: 2 months ago
JSON representation
A tool for analyzing responsible AI publications to identify key themes, trends, and summaries. 🗞️🗞️🗞️
- Host: GitHub
- URL: https://github.com/rohithay/digest
- Owner: rohithay
- License: cc0-1.0
- Created: 2025-05-02T00:44:00.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-07-20T07:19:48.000Z (3 months ago)
- Last Synced: 2025-07-20T09:19:04.165Z (3 months ago)
- Topics: artifical-intelligence, good-reads, key-themes, nlp, summarization
- Language: Python
- Homepage:
- Size: 365 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# digest
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.## Getting Started
1. Clone the repository
2. Install dependencies
3. Run the full pipeline with `python main.py --all`
4. Launch the dashboard with `streamlit run app.py`## Use
### Running the Full Pipeline
```bash
cd src
python main.py --all
```### Running Individual Components
```bash
# Just scrape new data
python main.py --scrape# Just analyze themes
python main.py --analyze# Just export results
python main.py --export
```## Contribute
### Adding Publications
Edit `config/sources.yaml` to add new publications.
### Modifying Themes
Edit `config/themes.yaml` to modify the themes.