Skip to content

CodexploreRepo/nlp-abstractive-text-summarisation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Abstractive Text Summerisation

1. Introduction

  • Dataset: CNN Daily Mail Text Summarisation

2. Setup Repo

2.1. Virtual Env Creation & Activation

  • python -m venv venv for initialising the virtual environment
  • source venv/bin/activate for activating the virtual environment
  • pip install --upgrade pip for upgrading the pip
  • pip install -r requirements.txt for install dependencies
  • pip install -e . to install src

2.2. Streamlit Front-End

At the main directory

  • streamlit run src/frontend/main.py to run the streamlit app

About

NLP CNN Daily Mail News Abstractive Text Summarisation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published