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
Copy file name to clipboardExpand all lines: README.md
+10-13Lines changed: 10 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,20 +11,19 @@ Try it out at [universaldatatool.com](https://universaldatatool.com) or [downloa
11
11
The Universal Data Tool is a web/desktop app for editing and annotating images, text, audio, documents and to view and edit any data defined in the extensible the [.udt.json and .udt.csv standard](https://github.com/UniversalDataTool/udt-format).
12
12
13
13
## Features
14
-
* Usable on [web](https://universaldatatool.com) or as [Windows,Mac or Linux desktop application](https://github.com/UniversalDataTool/universal-data-tool/wiki/Installation)
15
-
* Collaborate with others in real time
16
-
* Configure your project with an easy-to-use GUI
17
-
* Download/upload as easy-to-use CSV or JSON
18
-
* Support for Images, Videos, PDFs, Text, Audio Transcription and many other formats
19
-
* Can be easily integrated into a React application
20
-
* Annotate images or videos with classifications, tags, bounding boxes, polygons and points
21
-
* Annotate NLP datasets with Named Entity Recognition (NER), classification and Part of Speech (PoS) tagging.
22
-
* Easily [load into pandas](https://github.com/UniversalDataTool/universal-data-tool/wiki/Usage-with-Pandas) or [use with fast.ai](https://github.com/UniversalDataTool/universal-data-tool/wiki/Usage-with-Fast.ai)
23
14
15
+
- Usable on [web](https://universaldatatool.com) or as [Windows,Mac or Linux desktop application](https://github.com/UniversalDataTool/universal-data-tool/wiki/Installation)
16
+
- Collaborate with others in real time
17
+
- Configure your project with an easy-to-use GUI
18
+
- Download/upload as easy-to-use CSV or JSON
19
+
- Support for Images, Videos, PDFs, Text, Audio Transcription and many other formats
20
+
- Can be [easily integrated into a React application](https://github.com/UniversalDataTool/universal-data-tool/wiki/Usage-with-React)
21
+
- Annotate images or videos with classifications, tags, bounding boxes, polygons and points
22
+
- Annotate NLP datasets with Named Entity Recognition (NER), classification and Part of Speech (PoS) tagging.
23
+
- Easily [load into pandas](https://github.com/UniversalDataTool/universal-data-tool/wiki/Usage-with-Pandas) or [use with fast.ai](https://github.com/UniversalDataTool/universal-data-tool/wiki/Usage-with-Fast.ai)
24
24
25
25

0 commit comments