diff --git a/README.md b/README.md index c0b1d1a..4c41e19 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,14 @@ A **React** component for **local, secure, on-demand translations** powered by t --- +## Demo + +Check out a live demo here: **[https://ai-translation-demo-three.vercel.app/](https://ai-translation-demo-three.vercel.app/)** + +The example code used for this demo is available in this repository: **[joelshejar/ai-translation-demo](https://github.com/joelshejar/ai-translation-demo)** + +--- + ## Features - **Secure & Local**: Utilizes your device’s GPU, keeping all data local. @@ -158,6 +166,12 @@ We’ll review your submission and work together to make **react-ai-translator** --- +## Acknowledgments + +We took the base setup for this starter package from [TimMikeladze/typescript-react-package-starter](https://github.com/TimMikeladze/typescript-react-package-starter). + + +--- # License This project is licensed under the [MIT License](./LICENSE). diff --git a/package.json b/package.json index 21c68f5..2eea01d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@codethicket/react-ai-translator", "description": "A React component for local, secure, on-demand translations powered by the Xenova/nllb-200-distilled-600M model. This package utilizes the WebGPU capabilities of the device on which the app runs, ensuring data privacy and enabling you to translate text without sending data to third-party APIs.", - "version": "0.1.0", + "version": "0.1.1", "author": "Joel Rajesh", "license": "MIT", "keywords": ["translations", "ai", "react", "i18n"],