Bangla Clickbait Detection app made with Streamlit using GAN-Transformer model. This app is not yet runnable as the main model.py file will be uploaded when its corresponding thesis paper is published.
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 paperr is published
import wget
wget.download(s3_bucket_link)
Run
streamlit run main.py