Datasets:
Tasks:
Summarization
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
- 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
- Change directory into project folder.
cd article_scraper
- Create a virtual environment.
python -m venv venv
- Activate the virtual environment.
# windows
\venv\Scripts\activate
# unix
source venv/bin/activate
- Install the dependencies.
pip install -r article_scraper/requirements.txt
- Change directory into the Scrapy project.
cd article_scraper