Skip to content

sidicodet/react-chatGPT-clone

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

26 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Talkbot App

A conversational AI app inspired by OpenAI's GPT-3 language model, built with Create React App.

Features

  • Natural language processing and understanding
  • Context-aware responses
  • Ability to converse on a variety of topics
  • React-based front-end for easy user interaction
  • Node.js back-end for communication with the OpenAI API

Requirements

Setup

  1. Clone the repository
git clone https://github.com/dhiant/react-chatGPT-clone.git 
  1. Install client dependencies
cd client 
npm install 
  1. Install server dependencies
cd server 
npm install 
  1. Replace [your_openai_key] in 'server/.env' file with your OpenAI API key.

Usage

  1. Start the client
cd client 
npm start 
  1. Start the server
cd server
node index.js

Contribution

All contributions are welcome. Feel free to open an issue or create a pull request.

About

😎 A clone of ChatGPT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 60.5%
  • CSS 37.5%
  • HTML 2.0%