In this project I'm trying to deploy a trained model with Streamlit. This model already trained with ~4.000 sentences that is balanced (1:1 ratio) between each class. Language learned by this is Bahasa Indonesia and I'm using IndoBERT Lite Base for pretrained model.
I also published an article on how to implement this in my Medium here.
It's easy to deploy this on your own. All you have to do is:
pip install -r requirements.txtstreamlit run app.py.Streamlit will take care the rest and will automatically open a new tab in your favorite browser.
This project is licensed under MIT License.
17 commits
Python
100.0%
In this project I'm trying to deploy a trained model with Streamlit. This model already trained with ~4.000 sentences that is balanced (1:1 ratio) between each class. Language learned by this is Bahasa Indonesia and I'm using IndoBERT Lite Base for pretrained model.
I also published an article on how to implement this in my Medium here.
It's easy to deploy this on your own. All you have to do is:
pip install -r requirements.txtstreamlit run app.py.Streamlit will take care the rest and will automatically open a new tab in your favorite browser.
This project is licensed under MIT License.
17 commits
Python
100.0%