From ec9699977b08c6f82698f9dbccd12015b7df516a Mon Sep 17 00:00:00 2001 From: Abhishek-Kumar Date: Sun, 24 Apr 2022 19:02:01 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/README.md b/README.md index 9d74c03..267f9cf 100644 --- a/README.md +++ b/README.md @@ -1 +1,27 @@ # JordanChatBot +A Chatbot is an Artificial Intelligence-based software developed to interact with humans in their natural languages. These chatbots are generally converse through auditory or textual methods, and they can effortlessly mimic human languages to communicate with human beings in a human-like way. A chatbot is considered one of the best applications of natural languages processing. +# App Interface + + + + + +# Requirements +### Basically this project based on three things:- +* [Python3](#Python3) +* [Kivy](#Python3) +* [KivyMd](#Python3) + +## You can install these things by using these simple commands in given below:- +#### Python +``` shell +https://www.python.org/downloads/release/python-3104/ +``` +#### Kivy +``` shell +pip install kivy +``` +#### Kivymd +``` shell +pip install kivymd +``` From b75fa8cd056191ee0f76d25cc72351eaf0d2403a Mon Sep 17 00:00:00 2001 From: Abhishek-Kumar Date: Sun, 24 Apr 2022 19:07:19 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 267f9cf..be333a3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # JordanChatBot +#### Readme Credits -- [@Nikhilhvr](https://github.com/nikhilhvr) A Chatbot is an Artificial Intelligence-based software developed to interact with humans in their natural languages. These chatbots are generally converse through auditory or textual methods, and they can effortlessly mimic human languages to communicate with human beings in a human-like way. A chatbot is considered one of the best applications of natural languages processing. # App Interface