Skip to content

ChatGPT (GPT-3) Clone with additional features like Text Summarization, Paragraph Generator, Code Converter and AI Image Generator using OpenAI API. MERN App with auth. Check README for update

gjha133/ChatGPT-clone-mern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ChatGPT-clone-MERN

Update

  • There won't be any response as the OpenAI API's free trial got expired on 1 June 2023.

ChatGPT (GPT-3) Clone with additional features:

  • AI Chatbot
  • Text Summarization
  • Paragraph Generator
  • Code Converter
  • AI Image Generator

using OpenAI API.
MERN Web-App with auth.

How to run the application locally:

  1. Clone the project.

  2. Install dependencies in both client and server folder by using
    command npm install or npm i

  3. Complete the .env file in server folder.

    • Connect to MongoDB.
    • Add your OpenAI API Key.
    • Enter remaining fields.
  4. To run the application, first move to server folder using command cd server
    Then use command npm run dev to start the application.

Give it a star if helpful!

About

ChatGPT (GPT-3) Clone with additional features like Text Summarization, Paragraph Generator, Code Converter and AI Image Generator using OpenAI API. MERN App with auth. Check README for update

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published