LanguageAI is a comprehensive language translation platform that supports over 130 languages. It allows seamless translation of text and documents in various formats, breaking down language barriers and fostering global communication.
- Translate text in 130+ languages
- Support for multiple document formats
- Easy-to-use interface
- Locale-based translations
- Node.js >= 18.17
- npm or yarn
- Next.js 14.1.0
- Clone the repository:
git clone https://github.com/rahmlad-aramide/LanguageAI.git
- Navigate to the project directory:
cd LanguageAI
- Install dependencies:
npm install # or yarn install
To start the development server, run:
npm run dev
# or
yarn dev
This will start the project on http://localhost:5015
.
Before pushing, format the codebase, run:
npm run format
# or
yarn format
To build the project for production, run:
npm run build
# or
yarn build
Deployment is handled via Vercel.
We welcome contributions! Please see the CONTRIBUTING.md for more details.
This project is licensed under the MIT License. See the LICENSE file for more details.
- Thanks to all contributors and supporters of the project.
- Special mentions to Microsoft and Microsoft Azure translation service that made this project possible.