238
“AI took my job, literally”—Gizmodo fires Spanish staff amid switch to AI translator
(arstechnica.com)
News from around the world!
Please only post links to actual news sources, no tabloid sites, etc
No NSFW content
No hate speech, bigotry, propaganda, etc
I had a look at the github repo. The summarization is being done by a library called Sumy.
After a quick look through it, you're right that it doesn't use machine learning. However, it does use a lot of key concepts from Natural Language Processing, such as Tokenization, which is a subfield of Artificial Intelligence.