New Component: streamlit-firstlanguage, components to access FirstLanguage NLP API

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.

Click here for a Demo

1 Like

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.