How to build an image generator app in Next Js (using Dall-e-2 API and Next Js)

Next Js image generator using openai and dalle2's api

Hi, welcome here In this tutorial, we are going to build an image generator app with OpenAi’s Dall e 2 API and Next Js. The prerequisites for this project are as follows: The brand-new project should look like this: Here is your index.js file, copy the code below and paste it into index.js. Don’t forget … Read more

How to build ChatGPT clone with React Js and Node Js | ChatGPT API with Node js & express js | OpenAI text generator

chatgpt api app with react and node js

Hi, welcome here In this tutorial, we will build a ChatGPT clone using react js as a front-end, and node & express js as a backend. This is the complete tutorial on how to use OpenAI API in node js for text generation. The prerequisites for this project are as follows: The brand-new React Js … Read more