Skip to content

Simple GUI for summarization of text documents using huggingface/transformers and bert-extractive-summarizer

Notifications You must be signed in to change notification settings

dsadulla1/text-summarization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text-Summarization

Simple GUI for summarization of text documents using huggingface/transformers and bert-extractive-summarizer..

Date

2020-01-08

Setup

conda create -n TextSummarizer python=3.6 git
conda install pytorch torchvision cudatoolkit=10.0 -c pytorch or conda install pytorch torchvision cpuonly -c pytorch
pip install streamlit
pip install bert-extractive-summarizer
pip install beautifulsoup4

About

Simple GUI for summarization of text documents using huggingface/transformers and bert-extractive-summarizer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published