Skip to content

Artyalert/Text_Summarization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Text_Summarization

Download Dataset

https://drive.google.com/file/d/1kwnLKkTsWkwLu4npk4PcdJugrllDBdRT/view?usp=sharing

How to run (Google Collab)

  1. Download this repository and extract the file
  2. Go to (https://colab.research.google.com) and click the blue button that says 'New Notebook'
  3. Give your project a name. Do not use the dash symbol '-', but rather the underscore '_', because the name of the repo will become the name of your Python module.
  4. Click on 'File' section and then choose 'Open Notebook' option
  5. Upload "project.ipynb" file\
  6. Mount Drive
    from google.colab import drive
    drive.mount('/content/drive')
  1. Upload dataset on drive
  2. Pass the dataset path ('/content/drive/My Drive/---.csv') and load the dataset into collab
  3. Run all blocks

How to run (Jupyter Notebook - Anaconda)

  1. Download this repository and extract the file
  2. Go to (https://www.anaconda.com/distribution/) and download anaconda
  3. Run the Script
 bash Anaconda3-2020.07-Linux-x86_64.sh
  1. Finalize the Installation Process (Choose Location)
  2. Set Up Anaconda Environments
 conda create --name user_environment python=3
 conda activate user_environment
  1. Then go to terminal/cmd prompt and navigate to your project folder
  2. Run ('jupyter notebook') commenad
  3. Open dataset and 'project.ipynb' file from folder
  4. Pass the dataset path ('/home/Downloads/Projects/---.csv') and load the dataset into jupyter notebook
  5. Run all blocks

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published