A modern translation application powered by large language models.
- Fast and accurate text translation between multiple languages
- Supports Any LLM with OpenAI Compatible API .
- Can be used Offline with local models
- User-friendly interface with responsive design
- Document translation support (PDF, DOCX,Txt, etc.)
- Node.js
- package manager(npm ,pnpm, yarn...)
- LLM API key (if using an external LLM service)
-
Clone this repository:
git clone https://github.com/yourusername/llama-translator.git cd llama-translator
-
Install dependencies:
npm install # or yarn install
-
Start the development server:
npm run dev # or yarn dev
-
Open http://localhost:3000 in your browser.
- Select source and target languages from the dropdown menus
- Enter or paste the text you want to translate
- Click "Translate" button or press Enter
- View your translated text
This project is currently in active development. Feedback and contributions are welcome!