Babel is a two-level translation application that leverages the power of OpenAI and Microsoft Azure APIs to provide accurate and efficient translations. Built with Vite and React, Babel offers a seamless user experience for translating text between multiple languages.
Follow these steps to install and set up the project:
-
Clone the repository
git clone https://github.com/pratyush0000/BABEL.git
-
Navigate to the project directory
cd babel
-
Install dependencies
npm install
Instructions for running the project:
-
Start the development server
npm run dev
-
Open your browser and navigate to
http://localhost:5173
Create a .env
file in the root directory of the project and add the following variables:
# OpenAI API Key
VITE_OPENAI_API_KEY=your key