BUOD_articlescraper / README.md
0xhaz's picture
Update README.md
309bbc6
metadata
task_categories:
  - summarization
language:
  - tl
  - en

📝 BUOD Article Scraper

Authors: James Esguerra, Julia Avila, Hazielle Bugayong

  • Article Scraper for the KAMI-3000 dataset used in the BUOD distilBART and bert2bert Transformer Models. This was also used for the text summarization tasks in the Filipino Language.

Setup

  1. Clone the repository.
# https
git clone https://github.com/avila-bugayong-esguerra/article-scraper.git

# or 

# ssh
git clone [email protected]:avila-bugayong-esguerra/article-scraper.git
  1. Change directory into project folder.
cd article_scraper
  1. Create a virtual environment.
python -m venv venv
  1. Activate the virtual environment.
# windows
\venv\Scripts\activate

# unix
source venv/bin/activate
  1. Install the dependencies.
pip install -r article_scraper/requirements.txt
  1. Change directory into the Scrapy project.
cd article_scraper