react-chatGPT-clone/README.md

965 B

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.