Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 3 hours 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 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-25T16:53:00.000Z (8 months ago)
- Last Synced: 2024-05-28T21:59:28.004Z (6 months 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: 181 KB
- Stars: 20
- Watchers: 16
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- 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.