Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.