Bangla Article Headline categorizer made with Streamlit using Transformer models. The pretrained model file is stored in a S3 bucket which is publicly accessible.
It is recommended to use a virtual environment before installing the dependencies
pip install -r requirements.txt
Pretrained model is served as S3 bucket which will be made public when the corresponding thesis paper is published
import wget
wget.download(s3_bucket_link)
Run
streamlit run main.py