Skip to content

railsstudent/fullstack-genai-translation

Repository files navigation

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Support us

Description

This repo uses Azure OpenAI, Langchain + Gemini 1.0 Pro, and Google Cloud Translation API to translate text from one language to another language

Google Cloud credits are provided for this project. #GeminiSprint hashtag.

Installation

$ npm install
$ cd ./nestjs-genai-translation
$ npm install
$
$ cd ../ng-genai-translation-app
$ npm install

Running the app in Docker

  • Copy .env.docker.example to .env
  • Update the environment variables in .env
$ cp .env.docker.example .env
$ docker-compose up -d

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published