https://github.com/internetarchive/newsum
Daily TV News Summary using GPT
https://github.com/internetarchive/newsum
gdelt gpt internet-archive news-summarization openapi python summarization tv tv-news
Last synced: about 1 year ago
JSON representation
Daily TV News Summary using GPT
- Host: GitHub
- URL: https://github.com/internetarchive/newsum
- Owner: internetarchive
- License: agpl-3.0
- Created: 2023-03-08T19:29:47.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-23T04:02:49.000Z (over 1 year ago)
- Last Synced: 2025-03-31T11:51:12.562Z (about 1 year ago)
- Topics: gdelt, gpt, internet-archive, news-summarization, openapi, python, summarization, tv, tv-news
- Language: Python
- Homepage: https://newsum.sawood-dev.us.archive.org/
- Size: 184 KB
- Stars: 23
- Watchers: 16
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: newsum/__init__.py
- License: LICENSE
Awesome Lists containing this project
README
# Daily TV News Summary
This application summarizes daily news from TV News Archive of the Internet Archive using GPT.
To run it locally (in Docker), clone this repository and build a docker image:
```
$ docker image build -t newsum .
```
Run a container from the freshly built Docker image using an OpenAI API key:
```
$ docker container run --rm -it -p 8501:8501 -e OPENAI_API_KEY="" newsum
```
Access http://localhost:8501/ in a web browser for interactive insights.