Gemini AI Code Translator Use Gemini AI to translate code from one language to another. Running Locally 1. Clone Repo git clone https://github.com/xautiik/gemini-ai-code-translator.git 2. Install Dependencies npm i 3. Create .env GEMINI_API_KEY=YOUR_KEY_HERE 4. Run App npm run dev