(no title)
adrianbg | 7 years ago
My back end is a simple Python service on GCP that handles HTTP requests from Alexa. The same service also downloads the HN front page from the FireBase mirror and gets summaries from this API:
https://rapidapi.com/textanalysis/api/Text%20Summarization
It's not perfect though, so I may switch to a more expensive summarization API, supplement it with manual summaries, and/or train my own summarization model.
serg_chernata|7 years ago
adrianbg|7 years ago