Empowered by advanced AI model APIs (Open AI / Azure), this application facilitates seamless translations of technical documentation based on context.
The translator app is an essential tool for businesses that require accurate translations of technical documentation. While popular text translation tools like Google Translate and commercial deep-learning-based solutions are effective for common communication topics, they often fall short when it comes to less commonly used languages or highly specialized terminology.
For instance, the bi-lingual international company the application was initially designed for requires all technical documents to be provided in both Russian and Vietnamese languages. Unfortunately, existing translation tools frequently produce unreadable gibberish due to the narrow-field terminology involved. This results in a significant amount of manual labor being required on what should otherwise be an automatable task.
To address this issue, we have developed an AI-powered application designed specifically for enhancing the accuracy of translations by utilizing private databases with pre-existing samples from various fields and industries. By doing so, we can significantly improve efficiency while also reducing costs associated with manual corrections - ultimately providing better quality service overall!
View Live (* might requre a few minutes to warm up server)
- Mobile-first responsive design and animations
- JWT-based secure authentication to protect sensitive data
- Effortless work with documents and monitoring of usage statistics
- One-click translation experience, extremely straightforward and user-friendly
- Translation of .docx documents without losses in formatting or structure
- User profile management
- Simple role-based administration
- Night Theme
- Accessibility
- Multi-language UI Support
- Vietnamese
- Russian
- Undo/Redo Editor Functionality
Linux & Windows:
npm install # Install dependencies
npm run build # Build production version
npm run dev # Run in development mode
This will run the frontend (client) part of the application, the backend (api) is here
- Fork project (https://github.com/annaburd/translator-app-ts-front/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request