项目作者: jinudaniel

项目描述 :
Analyze Covid-19 news articles.
高级语言: Jupyter Notebook
项目地址: git://github.com/jinudaniel/covid19-articles-analysis.git
创建时间: 2020-04-04T14:17:42Z
项目社区:https://github.com/jinudaniel/covid19-articles-analysis

开源协议:

下载


Covid-19 News Articles Analysis.

Analyze US news articles related to Covid-19. Also create a summarizer and text generation app using Flask which will summarize and predict the next words for Covid-19 news articles.

Fetch Data

Data was fetched from NewsApi. Articles were fetched from 3rd March 2020 to 1st April 2020.

Summarizer App

A Text Summarizer app was created using Flask, FlaskForm and HuggingFace Transformer’s BART model. More about HuggingFace BART model can be found here

screen1

Output

screen2

Text Generator App

A language model app to predict the next words given an input was created using Flask and HuggingFace Transformer’s GPT2 model.

lm_screen1

Output

lm_screen2