Skip to content

Bangla Article Headline categorizer made with Streamlit using Transformer models. The pretrained model file is stored in a S3 bucket which is publicly accessible.

License

Notifications You must be signed in to change notification settings

mdmotaharmahtab/Bangla-Headline-Categorizer-App

Repository files navigation

Bangla-Headline-Categorizer-App

Bangla Article Headline categorizer made with Streamlit using Transformer models. The pretrained model file is stored in a S3 bucket which is publicly accessible.

Demo

[Alt text

Streamlit website

Installation

It is recommended to use a virtual environment before installing the dependencies

pip install -r requirements.txt

Download Pretrained Model

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

About

Bangla Article Headline categorizer made with Streamlit using Transformer models. The pretrained model file is stored in a S3 bucket which is publicly accessible.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages