Skip to content
Β 
Β 

Latest commit

Β 

History

32 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 

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

0 stars

Watchers

0 watching

Forks

Contributors

Languages