openai-translator  by LanceMoe

Translator app using OpenAI models

Created 2 years ago
403 stars

Top 72.0% on SourcePulse

GitHubView on GitHub
Project Summary

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

  • Install pnpm: https://pnpm.io/installation
  • Install dependencies: pnpm install
  • Start local server: pnpm dev
  • Docker build: docker build -t openai-translator-web .
  • Run Docker container: docker run -p 3000:80 openai-translator-web
  • Requires an OpenAI API key.

Highlighted Details

  • Supports multiple OpenAI LLM models (GPT-4o, GPT-4 Turbo, GPT-3.5 Turbo).
  • Progressive Web App (PWA) for installable desktop/mobile use.
  • Built with modern frontend technologies: React 19, Vite 6, Tailwind CSS 3, DaisyUI 4.
  • Deployment options include Cloudflare Pages or static hosting of build output.

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.

Health Check
Last Commit

7 months ago

Responsiveness

Inactive

Pull Requests (30d)
0
Issues (30d)
0
Star History
1 stars in the last 30 days

Explore Similar Projects

Starred by Kevin Hou Kevin Hou(Head of Product Engineering at Windsurf), Travis Fischer Travis Fischer(Founder of Agentic), and
1 more.

ai-jsx by fixie-ai

0%
1k
AI app framework for Javascript
Created 2 years ago
Updated 1 year ago
Feedback? Help us improve.