- Collect the title and body of news articles from CBS NEWS.
- Briefly summarizes the content of the article so that people can easily understand it.
- Based on the summary, generative AI creates news thumbnails.
# Installation
git clone https://github.com/m0onsoo/news-summary-image-generator.git
cd news-summary-image-generator/source
First, you need to gather the news data from the website.
python 0_crawling/cbs_crawling.py
Additionally, summarization and image are generated.
python 1_sentence/summarize.py
- Automatic classification of important and popular topics among news articles
- Instagram automatic upload bot to be developed