LangFusion is a powerful and intuitive language translation app designed to break language barriers effortlessly. With its sleek interface and robust features, LangFusion caters to diverse translation needs, supporting over 100+ languages, auto-detection, OCR capabilities, and more.
LangFusion supports translations across more than 100 languages. Whether you’re traveling, studying, or just curious about a language, LangFusion has got you covered.
Not sure about the source language? No problem! LangFusion's Auto-Detect feature identifies the language of your input text seamlessly.
With built-in Optical Character Recognition (OCR), LangFusion allows you to extract text from images and translate it instantly. This feature is perfect for reading signs, menus, or any printed text in a foreign language.
Never lose track of your past translations! LangFusion maintains a history of your translations, so you can revisit or reuse them whenever you need.
Easily share your translations with friends, colleagues, or social media platforms directly from the app.
- Flutter SDK
- Android Studio or VS Code (for development)
- Clone the repository:
git clone https://github.com/yourusername/langfusion.git
- Navigate to the project directory:
cd langfusion - Install dependencies:
flutter pub get
- Run the app:
flutter run
- Select Languages: Choose the source and target languages from the dropdown menus. Use Auto-Detect for source language if unsure.
- Input Text: Enter text manually or use the OCR functionality to extract text from an image.
- Translate: Tap the "Translate" button to see the result instantly.
- Speak: Use the "Speak" button to hear the translated text.
- Share: Tap the "Share" button to share translations.
- History: Access past translations from the History screen.
(Add relevant screenshots showcasing the app’s UI and features)
We welcome contributions to improve LangFusion. Feel free to submit issues or pull requests.
- Fork the repository.
- Create a feature branch:
git checkout -b feature-name
- Commit your changes:
git commit -m "Add new feature" - Push your branch:
git push origin feature-name
- Open a Pull Request.
LangFusion is open-source and available under the MIT License. See the LICENSE file for details.