- Text summarization Models including (LSTM, BILSTM, & GRU with combination) to generate most efficient model
- Encoder Decoder Model is used together with FastText assamese bin.
- The efficiency is calculated by ROUGE Scores.
- You can download the FastText Assamese bin file from the link below :
https://dl.fbaipublicfiles.com/fasttext/vectors-crawl/cc.as.300.bin.gz - For the Dataset, refer to the link:
https://www.kaggle.com/datasets/krishnabhdas/assamese-news-article-dataset - For the Scrapper used (to extract data from news channels), refer to the link:
https://github.com/Krishnabh-Das/Assamese-News-Article-Dataset-Web-Scrapper-