Skip to content

My ChatGPT Clone built with OpenAI-API and React.js which aims to develop a conversational AI system inspired by OpenAI's GPT architecture.

Notifications You must be signed in to change notification settings

Mk4Levi/ChatGPT-Demo-Clone

Repository files navigation

My ChatGPT Demo Clone

=> This is my CHAT-GPT CLone built with React.js which aims to develop a conversational AI system inspired by OpenAI's GPT architecture.

Project's Screenshots =>

image

Getting Started

  1. To get started with this project, you will need to have Node.js and NPM installed on your system.

  2. First, you need to open a Terminal in your system and Clone this repository by using :

git clone https://github.com/Mk4Levi/ChatGPT-Demo-Clone.git
  1. Navigate to the Project's directory :
cd ChatGPT-Demo-Clone
  1. Install all Dependencies used in this Project :
npm install
  1. Finally, host it on local server :
npm run dev
  1. Now just search this link in your browser to view the live running application in your Local sysytem :
http://localhost:5173

Paths & Files

Structure of the Folders & Files in this Repo :

.
├── public/
├── src
│   ├── assets/
│   ├── components/
│         └──Home.jsx
|         └──OptionSelection.jsx
│         └──Translation.jsx
│         └──optionsDB.js
│         └──index.js
│   ├── css/
│       └──App.css
|       └──index.css
│   ├── App.jsx
│   ├── index.jsx
|
├── .eslintrc
├── .gitignore
├── index.html
├── package-lock.json
├── package.json
├── README.md
├── vite.config.js

Thank You

About

My ChatGPT Clone built with OpenAI-API and React.js which aims to develop a conversational AI system inspired by OpenAI's GPT architecture.

Topics

Resources

Stars

Watchers

Forks