top of page

TLDR-AI

TLDR_AI.png
Information  

The TLDR-AI (Too Long Didn't Read - AI) is a program (in Python) which summarizes the articles from a website into a list providing the title, summary, and link to the youtube video if one is in the article. The website used to demonstrate this is "http://coreyms.com", this is the first option of four in the program that the user may choose. The second option/function of the program allows the user to input an x number of sentences which the program will then summarize for the user. The third option will then take the user's input text and then return keywords back to the user. These functions use python packages such as gensim.summarization to summarize and provide keywords, and the package BeautifulSoup to extract article information from websites to summarize. The last option exit/ends the program.

Code    

Below is the link to the code on GitHub

​

https://github.com/ZephielxNavares/TLDR_AI

bottom of page