Skip to content

Commit 7fc0e7e

Browse files
authored
Update README.md
1 parent c650dfa commit 7fc0e7e

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,14 +89,22 @@ Arabic, Bulgarian, Catalan, Chinese, Czech, Danish, German, Greek, English, Span
8989

9090
<h3>Privacy</h3>
9191

92-
Privacy is a fundamental right. That's why RTranslator does not collect any personal data (I don't even have a server). For more information, read the <a href="https://github.com/niedev/RTranslator/blob/v2.00/privacy/Privacy_Policy_en.md" target="_blank" rel="noopener noreferrer">privacy policy</a>.
92+
Privacy is a fundamental right. That's why RTranslator does not collect any personal data (I don't even have a server). For more information, read the <a href="https://github.com/niedev/RTranslator/blob/v2.00/privacy/Privacy_Policy_en.md" target="_blank" rel="noopener noreferrer">privacy policy</a> (for now is the same privacy policy of RTranslator 1.0, but I will update it in the future).
9393
<br /><br />
9494

9595
<h3>Libraries</h3>
9696

97-
RTranslator uses three open-source libraries, one for communication between devices, another for selecting and cropping the profile image from the gallery and another as an accelerator engine for the AI models.
97+
RTranslator uses 4 external libraries:
9898

99-
The three libraries are <a href="https://github.com/niedev/BluetoothCommunicator" target="_blank" rel="noopener noreferrer">BluetoothCommunicator</a>, <a href="https://github.com/niedev/GalleryImageSelector" target="_blank" rel="noopener noreferrer">GalleryImageSelector</a> and [OnnxRuntime](https://github.com/microsoft/onnxruntime) respectively. See their GitHub pages and sample apps for more details.
99+
<a href="https://github.com/niedev/BluetoothCommunicator">BluetoothCommunicator</a> (open-source): Used for Bluetooth LE communication between devices.
100+
101+
<a href="https://github.com/niedev/GalleryImageSelector">GalleryImageSelector</a> (open-source): Used for selecting and cropping the profile image from the gallery.
102+
103+
[OnnxRuntime](https://github.com/microsoft/onnxruntime) (open-source): Used as an accelerator engine for the AI models.
104+
105+
<a href="https://developers.google.com/ml-kit/language/identification">Ml Kit</a> (closed-source): Used for the identification of the language in the WalkieTalkie mode.
106+
107+
See their linked pages and sample apps for more details.
100108
<br /><br />
101109

102110
<h3>Donations</h3>

0 commit comments

Comments
 (0)