-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
17 lines (14 loc) · 981 Bytes
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
QUESTION-1:
An interactive chatbot named "Chatterbot" that can suggest courses and enroll to a subject under a professor.
1.Run the chatterbot.py by the command "python hatterbot.py" to start the chatbot core.
2. Run the front end android application and start the conversation. You can deploy the chatterbot.apk file on an android device.
3. You can ask the chatterbot any random question.
4. For course suggestion type in : "suggest courses".
5. For enrolling under into a subject under a particular faculty, first type "enroll into subjects".
and then provide under whom you want to enroll by typing "enroll under <faculty_name>" and finally type in "select <course_name>".
6. The conversations are stored in conversations.txt .
Dependencies used:
1. Android Studio for running the front end application or can be run on any android supporting devices
2. flask web framework for handling post requests
3. AIML library for learning the corpus
4. ALICE training corpus