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.
Steve, a human-like chatbot designed to have conversations.
-
Go to my website or my GitHub page to download the .c file
-
Use a compiler like GCC to compile the .c file
-
Type
cd [the path to the .c file]
Note: replace [the path to the .c file] with the path to chatbot.c -
Type gcc chatbot.c
-
Type ./a.out to run Steve
- Open your terminal
- Note: in the terminal always type return (enter) after each command
- Type in the following command:
sudo apt-get install gcc
- If prompted to type in your account password do so
- If you get a conformation y/n question telling you how much storage it will take, type
y
, if you are ok with the amount of storage it will take, else typen
- Go to my website or my GitHub page to download the .zip file
- Extract it
- Run the executable inside
-
Go to my website or my GitHub page to download the .exe installer
-
Your browser or Windows might warn you when downloading, but if you trust Steve chatbot, you can ignore these (in your browser click the arrow then keep or resume. Or more info then keep or run anyway)
-
After downloading the file, right-click it and click properties
-
Check the box that says unblock then click OK
-
Run setup.exe and proceed with the steps on your screen
-
Delete the .a.out and .c files
- Open the terminal
- Note: you have to type enter after every command in the terminal
- Type sudo apt-get remove gcc
- If prompted type your account password
- Delete the .zip file you downloaded
- Delete all files extracted from the .zip file
- Open Control Panel
- Click view by Category
- Click Uninstall a program
- Find Steve Chatbot and click uninstall
- Confirm that you want to uninstall
- You will get a message when Steve Chatbot was successfully uninstalled
You can ask questions to Steve in three different ways: (in this example I will use the question "What is your name")
- "What is your name?"
- "What is your name"
- "what is your name?
- "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