This is the open-source version of AI Image Translation from 302.AI. You can directly log in to 302.AI to use the online version with zero code and zero configuration. Or modify this project according to your needs, input 302.AI's API KEY, and deploy it yourself.
302.AI is a pay-as-you-go AI application platform that solves the last mile problem of AI implementation for users.
- π§ Combines the latest and most comprehensive AI capabilities and brands, including but not limited to language models, image models, voice models, and video models.
- π Deep application development on basic models - we develop real AI products, not simple chatbots
- π° Zero monthly fee, all features are pay-per-use, fully open, achieving truly low barriers with high potential.
- π Powerful management backend for teams and SMEs - one person manages, multiple people use.
- π All AI capabilities provide API access, all tools are open source and customizable (in progress).
- π‘ Strong development team, launching 2-3 new applications weekly, daily product updates. Developers interested in joining are welcome to contact us
- π οΈ Extract text from images and translate into multiple languages. Whether comics or screenshots, quickly achieve multilingual conversion.
- βοΈ Intelligent recognition of text areas and layout.
- πΌοΈ Support for multiple image formats (PNG, JPG, JPEG, WEBP)
- π€ Batch processing of multiple image files
- π Dark mode: Provides dark mode to protect your eye health.
- π Full internationalization: Support for Chinese, English, and Japanese interface switching.
With AI Image Translation, any image content can be viewed normally! ππ» Let's explore the new world of AI-driven code together! ππ
- Next.js 14
- Tailwind CSS
- Shadcn UI
- Vercel AI SDK
- Clone project
git clone https://github.com/302ai/302_image_translation
- Install dependencies
pnpm install
- Configure 302's API KEY (refer to .env.example)
- Run project
pnpm dev
- Build and deploy
docker build -t coder-generator . && docker run -p 3000:3000 coder-generator