You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -231,7 +231,7 @@ You can use Label Studio as an independent part of your machine learning workflo
| label-studio | Server, distributed as a pip package |
|[Frontend library](web/libs/editor/)| The Label Studio frontend library. This uses React to build the UI and mobx-state-tree for state management. |
|[Data Manager library](web/libs/datamanager/)| A library for the Data Manager, our data exploration tool. |
|[label-studio-converter](https://github.com/HumanSignal/label-studio-converter)| Encode labels in the format of your favorite machine learning library |
|[label-studio-converter](https://github.com/HumanSignal/label-studio-sdk/tree/master/src/label_studio_sdk/converter)| Encode labels in the format of your favorite machine learning library |
|[label-studio-transformers](https://github.com/HumanSignal/label-studio-transformers)| Transformers library connected and configured for use with Label Studio |