Discover and explore top open-source AI tools and projects—updated daily.
Translator app using OpenAI models
Top 72.0% on SourcePulse
This project provides a Progressive Web App (PWA) for language translation leveraging OpenAI's GPT models. It's designed for users who want a convenient, installable translation tool accessible on various devices, and also serves as a learning resource for modern web development stacks.
How It Works
The application utilizes the OpenAI API to perform translations, supporting a range of models including GPT-4o, GPT-4 Turbo, and GPT-3.5 Turbo. It's built with React 19, Vite 6, and Tailwind CSS, employing DaisyUI for components and Axios for API requests. The PWA architecture allows for offline installation and use, enhancing accessibility.
Quick Start & Requirements
pnpm
: https://pnpm.io/installationpnpm install
pnpm dev
docker build -t openai-translator-web .
docker run -p 3000:80 openai-translator-web
Highlighted Details
Maintenance & Community
The project is maintained by LanceMoe. No specific community channels or roadmap are detailed in the README.
Licensing & Compatibility
The README does not explicitly state a license.
Limitations & Caveats
The project requires an OpenAI API key, which incurs costs. The README does not specify compatibility with non-OpenAI LLM providers.
7 months ago
Inactive