Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 967 Bytes

File metadata and controls

35 lines (22 loc) · 967 Bytes

Chat GPT - Translator

This is the sample code helps to understand basic Chat GPT API integration using ReactJS with Node expressJS. In this code We can translate the words from English to too many languages.

Prerequisites

Signup and get your Own Chat GPT API key from ChatGPT.Replace your Environmental variable OPENAI_API_KEY= in your .env file which is locatated in your backend folder

Install nodemon

Installation

Run the below comments in both frontend and backend folder

npm install

Launch the Application

Run the below comments in both frontend and backend folder to launch the application

npm start

Sample OUTPUT

Screenshot

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT