Skip to content

Commit e8b469b

Browse files
authored
Update README.md
1 parent bb51965 commit e8b469b

File tree

1 file changed

+60
-2
lines changed

1 file changed

+60
-2
lines changed

README.md

+60-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,62 @@
1-
# arml_chatbot
1+
<hr/>
2+
<h1 align="center">
3+
ARML TECH CHATBOT
4+
</h1>
5+
6+
<p align="center">
7+
ARML Chatbot is an AI-powered conversational agent designed to assist users in various tasks and provide information.
8+
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.
9+
</p>
10+
11+
<p align="center">
12+
<img alt="Static Badge" src="https://img.shields.io/badge/%20Code_Size-36kb-blue">
13+
<img alt="Static Badge" src="https://img.shields.io/badge/IOS-SUPPORT-blue">
14+
<img alt="Static Badge" src="https://img.shields.io/badge/ANDROID-SUPPORT-lime">
15+
</p>
16+
17+
<table align="center">
18+
<tr>
19+
<th>VISUALIZATION</th>
20+
</tr>
21+
<tr>
22+
<td><img src="https://github.com/Jackfrst/arml_chat/assets/60434580/7a77f589-4e04-4771-822e-b8947e1777a5"></td>
23+
</tr>
24+
</table>
225

3-
ARML Chatbot is an AI-powered conversational agent designed to assist users in various tasks and provide information.The 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.
26+
27+
## Getting Started
28+
Step 0 (Prerequisite):
29+
30+
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.
31+
32+
Step 1:
33+
34+
Download or clone this repo by using the link below:
35+
36+
git clone https://github.com/Jackfrst/arml_chat.git
37+
38+
Step 2:
39+
40+
Go to the project root and execute the following command in the console to get the required dependencies:
41+
42+
flutter pub get
43+
44+
Step 3:
45+
46+
Build APK files from the project:
47+
48+
flutter build apk
49+
50+
## New to Flutter?
51+
52+
A few resources to get you started if this is your first Flutter project:
53+
54+
- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)
55+
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)
56+
57+
For help getting started with Flutter development, view the
58+
[online documentation](https://docs.flutter.dev/), which offers tutorials,
59+
samples, guidance on mobile development, and a full API reference.
460

561
## Getting Started
662

@@ -14,3 +70,5 @@ A few resources to get you started if this is your first Flutter project:
1470
For help getting started with Flutter development, view the
1571
[online documentation](https://docs.flutter.dev/), which offers tutorials,
1672
samples, guidance on mobile development, and a full API reference.
73+
74+

0 commit comments

Comments
 (0)