Skip to content

Commit 0b61586

Browse files
committed
fix: add react usage link to README
1 parent eecd374 commit 0b61586

File tree

1 file changed

+10
-13
lines changed

1 file changed

+10
-13
lines changed

README.md

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,19 @@ Try it out at [universaldatatool.com](https://universaldatatool.com) or [downloa
1111
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).
1212

1313
## 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)
2314

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)
2424

2525
![Universal Data Tool Computer Vision Cat](https://user-images.githubusercontent.com/1910070/75850482-6a2cb500-5db5-11ea-852c-7256463cece8.png)
2626

27-
2827
![Audio Transcription](https://user-images.githubusercontent.com/1910070/76154268-80818c00-60a7-11ea-97de-529fd06d3901.png)
2928

3029
![Download Formats](https://user-images.githubusercontent.com/1910070/76154066-06033d00-60a4-11ea-9bbd-69a62780769f.png)
@@ -33,10 +32,8 @@ The Universal Data Tool is a web/desktop app for editing and annotating images,
3332

3433
![Named Entity Recognition](https://user-images.githubusercontent.com/1910070/76154279-a73fc280-60a7-11ea-8965-5de23ad733d6.png)
3534

36-
3735
![Collaboration Screenshot](https://user-images.githubusercontent.com/1910070/76154071-10bdd200-60a4-11ea-8afd-a12f6d77a140.png)
3836

39-
4037
![Collaboration Demo](https://user-images.githubusercontent.com/1910070/76154158-b02f9480-60a5-11ea-9fb5-ec62c9385a51.gif)
4138

4239
## Sponsors
@@ -49,7 +46,7 @@ The Universal Data Tool is a web/desktop app for editing and annotating images,
4946

5047
Just visit [universaldatatool.com](https://universaldatatool.com)!
5148

52-
*Trying to run the web app locally? Run `npm install` then `npm run start` after cloning this repository to start the web server*
49+
_Trying to run the web app locally? Run `npm install` then `npm run start` after cloning this repository to start the web server_
5350

5451
### Desktop Application
5552

0 commit comments

Comments
 (0)