HumanSignal / label-studio-ml-backend

Configs and boilerplates for Label Studio's Machine Learning backend
Apache License 2.0
517 stars 233 forks source link

Can I use API-key instead of deploying a ML model? #616

Open Niemj8919 opened 2 weeks ago

Niemj8919 commented 2 weeks ago

It seems that I have to download and deploy a machine learning model locally, and then let Label-Studio use it. Can I directly transmit the data to a LLM model (such as ChatGPT, Claude) using an API key and get the annotation results?

EthanZoneCoding commented 2 weeks ago

The model has to run through a backend, but there is a backend configuration to just forward to openai