julioc98 / chatbot-chatgpt

This repository contains a fullstack chatbot project based on the ChatGPT `gpt-3.5-turbo` model.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is an AI-Powered ChatBot with OpenAI, ChatGPT, Node.js, and React

Dependencies

Backend

Frontend

Installation

  • Clone this repo https://github.com/Aklilu-Mandefro/chatbot-using-react-nodejs-chatgpt

  • Navigate into the repo cd chatbot-using-react-nodejs-chatgpt

  • Navigate into the backend folder cd backend

  • Install the dependencies npm install

  • Replace the configuration data with your own data in the index.js file

  • Run the index.js file node index

That will start the backend server on port 8000: http://localhost:8000/

  • Navigate into the frontend folder cd frontend
  • Install the dependencies npm install
  • Start the local server npm run dev

That will open the project on your default browser: http://127.0.0.1:5173/. You can now chat with the AI from your browser

Final Preview of The ChatBot

final output

About

This repository contains a fullstack chatbot project based on the ChatGPT `gpt-3.5-turbo` model.


Languages

Language:JavaScript 60.7%Language:CSS 30.9%Language:HTML 8.4%