English To French Translation API using google's gemini Language Model

Deployed On Render.com

Deployed Link - Live Link

  • API Endpont For Translation POST /api/v1/translate

To Run locally
  1. Clone This Repo
  2. cd into cloned repo.
  3. RUN npm i or yarn
  4. Rename .env-sample to .env and Obtain Your Google Gemeni model API key and paste it on .env
  5. RUN npm run dev or yarn dev