Skip to content

Latest commit

 

History

History
78 lines (51 loc) · 3 KB

README.md

File metadata and controls

78 lines (51 loc) · 3 KB

ARML TECH CHATBOT

ARML Chatbot is an AI-powered conversational agent designed to assist users in various tasks and provide information. ARML Chatbot utilizes the capabilities of the GPT-3.5 language model to understand user queries and generate relevant responses. It can provide assistance and answer questions related to ARML development, implementation, and usage.

You can download the APK from git release [Download]

Static Badge Static Badge Static Badge

VISUALIZATION

Getting Started

Step 0 (Prerequisite):

Get your API key from Chat GPT then create an api_constrant file with all the necessary constraints documented at https://platform.openai.com/docs/guides/gpt.

Step 1:

Download or clone this repo by using the link below:

git clone https://github.com/Jackfrst/arml_chat.git

Step 2:

Go to the project root and execute the following command in the console to get the required dependencies:

flutter pub get 

Step 3:

Build APK files from the project:

flutter build apk

New to Flutter?

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.