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]
VISUALIZATION |
---|
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
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.
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.