Go to file
sushant dhimal 43e7e50832 Merge branch 'main' of https://github.com/dhiant/react-chatGPT-clone 2023-02-01 10:36:53 +05:45
client feat(intro content): add typewriter effect to intro text 2023-02-01 10:36:44 +05:45
server organize: reorganize project file structure 2023-01-19 18:41:55 +05:45
README.md docs(readme): add initial version of README.md 2023-01-31 23:43:19 +05:45

README.md

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.