/CleverTalk

✨ Clevertalk is a chatbot built using OpenAI's API. This application enables users to engage in conversations with a pre-trained model and receive informative and useful responses.

Primary LanguageJavaScript

CleverTalk 🤖

✨ CleverTalk is a chatbot 🤖 application that uses OpenAI's GPT-3 API to generate responses to user inputs. This app is built using React.js for the frontend and Node.js for the backend, and styled using Tailwind CSS.

Clevertalk enables users to interact with a conversational AI powered by OpenAI's GPT-3 API. The user can ask questions, make comments and the AI will respond with natural language.

The React front-end is built using Tailwind CSS for styling. The OpenAI GPT-3 API is used to generate natural language responses from the user's input.

Clevertalk is an excellent way to learn more about conversational AI and explore the capabilities of OpenAI's GPT-3 API. It is also a great way to have fun conversations with an AI.

demo

Features

  • Interact with an AI powered by OpenAI's GPT-3 API
  • Natural language responses generated by GPT-3
  • React front-end built with Tailwind CSS
  • Fun and educational conversations with an AI

Installation

  • Clone this repository to your local machine.
git clone https://github.com/<your-github-username>/clevertalk
  • Run npm run dev to start the React development server.
npm run dev

Usage

When you first open the app, on the bottom of the page you'll see a simple input field and a "Send" button. Type your message into the input field and click "Send" to send your message to the chatbot. The chatbot will generate a response based on your input and display it in the text area above the input field.

You can use CleverTalk to ask the chatbot questions, have a conversation, or just chat about anything you like. The chatbot's responses are generated by OpenAI's GPT-3 API, which is trained on a massive dataset of human language and can generate very human-like responses.

Contributing

If you'd like to contribute to CleverTalk, you can fork this repository and make your changes in a separate branch. Then, submit a pull request to have your changes reviewed and merged into the main branch.