FirstLanguage Team is happy to announce new Streamlit components that will enable users to interact with our NLP API.
Just install our package using below:
pip install streamlit-firstlanguage
You can access any of our NLP Tasks using minimal code like below
#ner.py
import streamlit_firstlanguage as fl
fl.firstlanguage_ner(name="fl_ner",apiKey="<Your_API_Key>")
Find out more at our Git Repo
To find more about FirstLanguage, please visit us here
Any suggestions, inputs to improve our offering will greatly help us.