This repository has been archived by the owner on Oct 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
53 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
# Chatbot Steve | ||
|
||
Steve Chatbot is a C program designed to have a conversation with you. He runs inside your terminal. Steve, currently, is not an app with a visual interface. | ||
|
||
![There is supposed to be a Steve chatbot logo here. If you do not see one try reloading the page or clicking on me!](https://drive.google.com/uc?export=download&id=1Qlu4UcOTwtDJeiXOhB7W5HTHia36vHnY) | ||
|
||
|
||
|
||
|
||
Steve, a human-like chatbot designed to have conversations. | ||
|
||
## Installation | ||
|
||
1. Go to [My Github installation page](https://github.com/rishaank/chatbot/releases) to install chatbot | ||
2. After you go there if you have a computer which supports the .exe format, download and run the .exe installer and follow the steps on your screen. If your computer doesn't support the .exe format skip to step 3 | ||
3. Expand Assets for the newest version of Steve (the one on the top) then click on the file with a .c extension | ||
4. Save the file on your desktop | ||
5. \*make sure you have GCC on your terminal for the next step(s)* | ||
6. Open your terminal (also known as command prompt on Windows) | ||
7. Type the command _cd Desktop_ or if you get an error message type _cd desktop_ to change directories to your desktop | ||
8. Type _gcc chatbot.c_ to compile the C program | ||
9. Type _clear_ or _cls_ to clear the screen | ||
10. Type _./a.out_ or *a.exe* to run the program | ||
|
||
## Help | ||
|
||
You can ask questions to Steve in three different ways: (in this example I will use the question "What is your name") | ||
|
||
1. "What is your name?" | ||
2. "What is your name" | ||
3. "what is your name? | ||
4. "what is your name" | ||
|
||
Notice the difference in capitalization and punctuation in the examples above | ||
|
||
If Steve is not working properly you can force quit him by pressing ctrl+z or just quitting the application your running him on (for example a terminal) | ||
|
||
To normally quit Steve just say "Bye" and Steve will quit | ||
|
||
Steve can currently only respond to a few questions which have programmed responses because he does not use artificial intelligence to answer | ||
|
||
If you have feedback on Steve please submit it [here](https://docs.google.com/forms/d/e/1FAIpQLSdmnEe8kat5ihhBRUPY1omYYbarAuhq0q1_4vz_uJwsK30BgA/viewform) | ||
|
||
## Images | ||
|
||
![Steve chatbot app screenshot 1](https://drive.google.com/uc?export=download&id=1Xo_fiSnn2E2GQEr8_vfFa9cr9OeOaKxv) | ||
|
||
![Steve chatbot install screenshot 1](https://drive.google.com/uc?export=download&id=1odCmYGoQdUnL81_SvXfg-SqO02nOsMIp) | ||
|
||
![Steve chatbot app screenshot 2](https://drive.google.com/uc?export=download&id=1gUNgYO9LJdbJq5j5CZmFY91u5hEpj-Gp) | ||
|
||
![Steve chatbot install screenshot 2](https://drive.google.com/uc?export=download&id=1Rz5qm-UXTQdVaN_O_25i95U6gO_NXT9m) | ||
|