-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is using LSF on its own but still able to connect to ML backend possible? #6940
Comments
Hi there! Thanks for reaching out. Label Studio Frontend (LSF) by itself is purely a JavaScript library for rendering the annotation interface in a browser and doesn’t include an API layer to interact directly with the Label Studio ML Backend. In other words, if you want to embed just the LSF library into your own webpage, it won’t automatically communicate with the ML backend.
Thanks, Tyler Conlee
|
Hi Tyler, Thank you very much for your detailed and informative response. I really appreciate the time you took to explain the relationship between Label Studio Frontend (LSF) and the ML backend, as well as the options available for integrating them. Your suggestions are very helpful. I will carefully consider the two approaches you mentioned—running the full Label Studio backend or implementing a custom middleware solution. I understand that using the Label Studio backend is the simplest way to ensure seamless integration and functionality, but I will also explore the custom middleware option to see if it can provide the flexibility we need for our project. If you have any additional tips or resources that might help us get started, especially with running the full LS backend approach, I would be very grateful. Simon |
Hi Community, I understand we could use LSF on it's own for an editor to embedded in another web page to annotate data.
However, I did not find any information about how we are able to use LSF while still being able to connect to the backend ML models you guys made available here: https://github.com/HumanSignal/label-studio-ml-backend
So my questions is, is it possible to use the embedded LSF while still being able to connect to the backend ML models? If it's possible, is there any documentation I can refer to to get it done?
The text was updated successfully, but these errors were encountered: