Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.11 KB

README.md

File metadata and controls

44 lines (28 loc) · 1.11 KB

Java AI Chatbot

This is a simple AI chatbot built using Java and the Gorq API. The chatbot allows users to have basic conversations, leveraging the AI capabilities provided by the Gorq API.

Table of Contents

Features

  • Simple and Lightweight: Easy to run Java program with minimal dependencies.
  • AI-Powered Responses: Uses the Gorq API for intelligent conversation.
  • Command-Line Interface (CLI): User-friendly and straightforward interface.

Prerequisites

Ensure you have the following before running the project:

  • Java JDK 8 or higher: Download Java
  • Internet Connection: Required for API communication.

Installation

Follow the steps below to set up and run the project:

1. Clone the Repository

Clone this repository using the command below:

git clone https://github.com/Chris-Lopes/AI-Chatbot-JAVA.git
cd AI-Chatbot-JAVA

Usage

Run the Chatbot.class file

java Chatbot