Skip to content

This is the code for "I Built a ChatGPT Clone of Myself!" by Siraj Raval on Youtube

Notifications You must be signed in to change notification settings

vmptk/ChatGPT_Clone

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatGPT_Clone

This is the code for "I Built a ChatGPT Clone of Myself!" by Siraj Raval on Youtube

Overview

This is a a ChatGPT template that you can use to create an AI Avatar of yourself. It was used in this video by Siraj Raval on Youtube. It consists of a React template, and 2 important connections: the OpenAI API and the Operand API. There is a server component in Node, and a client component in React.

Dependencies

  • React
  • Node
  • Operand
  • OpenAI
  • Express

Installation

  1. Git clone this repository
  2. cd into the the client/ folder
  3. Change line 55 URL to localhost:3080
  4. npm install
  5. npm start (starts the client)
  6. cd ../
  7. cd into the api/ folder
  8. npm install
  9. node index.js (start the server)

Credits

OpenAI, Adrian Twarog, Operand

About

This is the code for "I Built a ChatGPT Clone of Myself!" by Siraj Raval on Youtube

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 53.0%
  • JavaScript 38.4%
  • HTML 8.6%