Ensemble approach on extractive text summarization techniques for BBC News summarization.
git clone https://github.com/ascii-monk123/Ensemble-extractive-text-summarization.git
cd Ensemble-extractive-text-summarization
python -m venv ensemble_venv
source ensemble_venv/bin/activate
pip install -r requirements.txt
python -m ipykernel install --user --name ensemble_kernel
pip install jupyter
jupyter notebook
- Click on the Proposed Solution.ipynb file
- Select the "ensemble_kernel" in Proposed Solution.ipynb
- When it is opened, run all the cells together or one after another
- Please switch the kernel to the default one
- Restart the kernel