- 🤖 Introduction
- ⚙️ Tech Stack
- 🔋 Features
- 🤸 Quick Start
- 🕸️ Assets & Code
- 🚀 More
Built with the latest Next.js and TypeScript, LangStream is an advanced voice translation tool. It allows users to speak into the microphone, translate the spoken text to another language, and playback the translation.
- Next.js
- TypeScript
- Google Gemini API
- Mastra.ai [Typescript Ai Framework]
- React Speech Recognition
- Tailwind CSS
👉 Speech Recognition: Converts spoken words into text using the Web Speech API.
👉 Text Translation: Translates the recognized text into a selected target language using Google Gemini/OpenAI's GPT-4 model.
👉 Audio Playback: Converts translated text back into speech using the Web Speech API's speech synthesis.
👉 File Upload: Reads and translates text from uploaded files, including RTF to plain text conversion.
👉 Link Content Fetching: Fetches and translates text content from provided URLs.
👉 Language Selection: Allows users to select target languages for translation.
👉 Copy to Clipboard: Copies the translated text to the clipboard.
👉 Like, Dislike, and Favorite: Provides user interaction features for translations.
👉 Responsive Design: Ensures a seamless experience across different devices.
Follow these steps to set up the project locally on your machine.
Prerequisites
Make sure you have the following installed on your machine:
Cloning the Repository
git clone https://github.com/OmkarBansod02/LangStreamAi.git
cd lang-stream-ai
Installation
Install the project dependencies using npm:
npm install
Set Up Environment Variables
Create a new file named .env
in the root of your project and add the following content:
GEMINI_API_KEY=your-gemini-api-key
Running the Project
npm run dev
Open http://localhost:3000 in your browser to view the project.