Creating Chichewa Datasets for Generative Models
# chichewa-news-scraper
Creating Chichewa Datasets for Generative Models
## 🚀 How to Run
1. **Clone the repository**
```bash
git clone
github.com
cd chichewa-news-scraper
```
2. **Install dependencies**
It is recommended to use a virtual environment.
```bash
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
pip install -r requirements.txt
```
3. **Run the scraper**
```bash
python scraper.py
```