Skip to content

The language-translator project I built using OpenAI technology is a powerful tool that allows users to easily and accurately translate text from one language to another.

Notifications You must be signed in to change notification settings

0xprathamesh/language-translate-with-openai

Repository files navigation

Multilingual AI

This application that uses the OpenAI API to Translate text to different Language based on user input.

Installation To install the app and its dependencies, run the following command:

npm install
# or
yarn install
# or
pnpm install

To Run the app You need to get OpenAI API key to get it follow https://platform.openai.com/docs/introduction

After Completing th above steps Create .env file and add Your API key OPENAI_API_KEY= <your-api-key-here>

To run the app run the commands:

npm run dev
# or
yarn dev
# or
pnpm dev

How it Works

When you enter a text prompt and click the "Translate" button, the app sends a request to the OpenAI API to Translate text based on the input. The Translated text is then displayed on the screen.

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Contributing

If you find a bug or want to contribute to the project, please feel free to create a pull request or open an issue on Github.

About

The language-translator project I built using OpenAI technology is a powerful tool that allows users to easily and accurately translate text from one language to another.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published