|
|
|
|
|
by adrianbg
2965 days ago
|
|
Alexa does most of the hard stuff: speech recognition / intent detection, and speech synthesis. 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. |
|