Skip to content

Commit 768d555

Browse files
Add files via upload
1 parent 823c751 commit 768d555

7 files changed

+405
-0
lines changed

json_chatbot/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"# IIITN-Chatbot"
Binary file not shown.
Binary file not shown.

json_chatbot/bot.json

+166
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,166 @@
1+
[
2+
{
3+
"type": "starting",
4+
"user": ["hello", "hi", "hey"],
5+
"bot": "Hey there!\n How can I help you",
6+
"required_words": []
7+
},
8+
{
9+
"type": "Ending",
10+
"user": ["goodbye", "bye"],
11+
"bot": "See you later!",
12+
"required_words": []
13+
},
14+
{
15+
"type": "greeting",
16+
"user": ["nice", "to", "meet", "you"],
17+
"bot": "The pleasure is all mine!",
18+
"required_words": ["nice", "meet", "you"]
19+
},
20+
{
21+
"type": "question",
22+
"user": ["how", "to", "take", "admission","admissions", "in", "IIIT Nagpur"],
23+
"bot": "Admission in this college are done through the IIT-JEE and through the JOSSA admission process.\nGo to the website of IIITN https://iiitn.ac.in/ to read the admission procedure",
24+
"required_words": ["admission","admissions"]
25+
},
26+
{
27+
"type": "question",
28+
"user": ["how", "are", "the", "placements", "of", "IIIT Nagpur"],
29+
"bot": "Placements are so good here\nHighest package is 40lpa\nAverage package is 12lpa ",
30+
"required_words": ["placements"]
31+
},
32+
{
33+
"type": "question",
34+
"user": ["how", "much", "is", "the", "fees","of", "IIIT Nagpur"],
35+
"bot": "Fees of the college changes every year\nFor academic year 2022-2023 it is around 9lpa for academics and including hostel it is aroud 15lpa",
36+
"required_words": ["fees"]
37+
},
38+
{
39+
"type": "question",
40+
"user": ["what", "is", "the", "address", "of", "IIIT Nagpur"],
41+
"bot": "Survey No. 140,141/1 behind Br. Sheshrao Wankhade Shetkari Sahkari Soot Girni, Village - Waranga, PO - Dongargaon(Butibori), Tahsil- Nagpur (Rural), District Nagpur, Maharashtra- 441108",
42+
"required_words": ["address"]
43+
},
44+
{
45+
"type": "question",
46+
"user": ["Is", "there", "any", "refund", "policy","in", "IIIT Nagpur"],
47+
"bot": "Sorry! IIIT Nagpur does not offer any type of refund for academic as well as hostel fees",
48+
"required_words": ["refund"]
49+
},
50+
51+
52+
{
53+
"type": "question",
54+
"user": ["Give", "me", "the", "syllabus", "for", "CSE","branch"],
55+
"bot": "To get the syllabus for CSE department, head to https://iiitn.ac.in/Downloads/SYLLABUS-FOR-CSE-2016.pdf",
56+
"required_words": ["syllabus","cse"]
57+
},
58+
{
59+
"type": "question",
60+
"user": ["Give", "me", "the", "syllabus", "for", "ECE","branch"],
61+
"bot": "To get the syllabus for ECE department, head to https://iiitn.ac.in/Downloads/academic/ece/scheme/ECE_Scheme_Batch_2016.pdf",
62+
"required_words": ["syllabus","ece"]
63+
},
64+
{
65+
"type": "question",
66+
"user": ["how", "many", "branches", "are", "there", "IIIT Nagpur"],
67+
"bot": "Currently two branches are there i.e CSE and ECE",
68+
"required_words": ["branches"]
69+
},
70+
{
71+
"type": "question",
72+
"user": ["what", "are", "the", "subjects", "in", "CSE"],
73+
"bot": "There are different subjects like IT WORKSHOP, OOPS, MICROPROCESSORS etc.",
74+
"required_words": ["subjects", "cse"]
75+
},
76+
{
77+
"type": "question",
78+
"user": ["what", "are", "the", "subjects", "in", "ECE"],
79+
"bot": "There are different subjects like Electronics, Analog Signal, etc.",
80+
"required_words": ["subjects","ece"]
81+
},
82+
{
83+
"type": "question",
84+
"user": ["what", "are", "the", "scholarships", "in", "IIIT Nagpur"],
85+
"bot": "There are different scholarships available like NSP, MAHADBT etc. Head to https://iiitn.ac.in/ to get more details",
86+
"required_words": ["scholarships"]
87+
},
88+
{
89+
"type": "question",
90+
"user": ["what", "are", "the", "facilities", "available", "in","the","campus"],
91+
"bot": "Facilities like 24*7 WIFI, smart class rooms etc are available in the campus",
92+
"required_words": ["facilities"]
93+
},
94+
{
95+
"type": "question",
96+
"user": ["what", "are", "the", "assignments", "given", "to ","the","students"],
97+
"bot": "Each faculty gives assignments to the students like projects, problems,etc. throughout the semester.",
98+
"required_words": ["assignments"]
99+
},
100+
{
101+
"type": "question",
102+
"user": ["what", "are", "the", "assignments", "for","the","OOPS" ,"course"],
103+
"bot": "You have to make the mini project in JAVA. Go to https://github.com/Ayush-singla27/OOPS-mini-project for more reference",
104+
"required_words": ["assignments","oops"]
105+
},
106+
{
107+
"type": "question",
108+
"user": ["what", "are", "the", "assignments", "for","the","microprocessor" ,"course"],
109+
"bot": "You have to make the mini project using 8085 microprocessor. Go to https://www.tutorialspoint.com/8085-program-to-simulate-a-real-time-clock for more reference",
110+
"required_words": ["assignments","microprocessor"]
111+
},
112+
113+
{
114+
"type": "question",
115+
"user": ["how", "is", "the", "faculty", "of", "IIIT Nagpur "],
116+
"bot": "Faculty is very good with most of them have so much experience of teaching and are qualified from top colleges of India\n Some faculties are:-\n1.Dr.Tausif Diwan(HOD CSE)\n2.Dr.Mayur Parate(HOD ECE)\n3.Dr.Shishupal Kumar\n4.Dr. Charu Goel\n5.Dr.Shankar\n6.Dr.Rahul Semwal",
117+
"required_words": ["faculty"]
118+
},
119+
{
120+
"type": "question",
121+
"user": ["Give ", "some", "details", "about", "OOPS", "subject "],
122+
"bot": "OOPS is basically object oriented programming and it is teach by Puja Gudadhe",
123+
"required_words": ["oops"]
124+
},
125+
{
126+
"type": "question",
127+
"user": ["Give ", "some", "details", "about", "microprocessor", "subject "],
128+
"bot": "microprocessor and interfacing is teach by Shankar Bhattacharya. In this we basically learnt about the 8085 microprocessor",
129+
"required_words": ["microprocessor"]
130+
},
131+
{
132+
"type": "question",
133+
"user": ["Give ", "some", "details", "about", "maths", "subject "],
134+
"bot": "maths is teach by Dr. Charu Goel. In this we learnt about Numerical Methods and many conceps related to probability ",
135+
"required_words": ["maths"]
136+
},
137+
{
138+
"type": "question",
139+
"user": ["Give ", "some", "details", "about", "DSA", "subject "],
140+
"bot": "Data Structures with Applications is teach by Rahul Semwal. In this we basically learnt about the different data structures and alogorithms ",
141+
"required_words": ["dsa"]
142+
},
143+
{
144+
"type": "question",
145+
"user": ["Give ", "some", "details", "about", "CSO", "subject "],
146+
"bot": "Computer System Organisation is teach by Mayuri Digalwar. In this we basically learnt about the architecture of the computer ",
147+
"required_words": ["cso"]
148+
},
149+
{
150+
"type": "question",
151+
"user": ["Give ", "details", "about", "CSE", "faculties "],
152+
"bot": "HOD of CSE Department is Dr.Tausif Diwan. To get know about other staff of CSE BRANCH head to https://iiitn.ac.in/page/faculty/192/ ",
153+
"required_words": ["cse","faculties"]
154+
},{
155+
"type": "question",
156+
"user": ["Give ", "details", "about", "ECE", "faculties "],
157+
"bot": "HOD of ECE Department is Dr.Mayur Parate. To get know about other staff of ECE BRANCH head to https://iiitn.ac.in/page/faculty/204/ ",
158+
"required_words": ["ece","faculties"]
159+
},
160+
{
161+
"type": "question",
162+
"user": ["how", "are", "you"],
163+
"bot": "I'm great! Thanks for asking.",
164+
"required_words": ["how", "are", "you"]
165+
}
166+
]

json_chatbot/demofile.txt

+152
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,152 @@
1+
You: Hi
2+
Bot: Hey there!
3+
How can I help you
4+
You: how are you
5+
Bot: I'm great! Thanks for asking.
6+
You: tell me the procedure of admission
7+
Bot: Admission in this college are done through the IIT-JEE and through the JOSSA admission process.
8+
Go to the website of IIITN https://iiitn.ac.in/ to read the admission procedure
9+
You: are there any scholarships available?
10+
Bot: There are different scholarships available like NSP, MAHADBT etc. Head to https://iiitn.ac.in/ to get more details
11+
You: is there any refund for fees?
12+
Bot: Sorry! IIIT Nagpur does not offer any type of refund for academic as well as hostel fees
13+
You: bracnhes batao college mein kiti hai?
14+
Bot: Do you mind trying to rephrase that?
15+
You: branches
16+
Bot: Currently two branches are there i.e CSE and ECE
17+
You: tell me about faculty
18+
Bot: Faculty is very good with most of them have so much experience of teaching and are qualified from top colleges of India
19+
Some faculties are:-
20+
1.Dr.Tausif Diwan(HOD CSE)
21+
2.Dr.Mayur Parate(HOD ECE)
22+
3.Dr.Shishupal Kumar
23+
4.Dr. Charu Goel
24+
5.Dr.Shankar
25+
6.Dr.Rahul Semwal
26+
You: what re the cse faculties?
27+
Bot: Oh! It appears you wrote something I don't understand yet
28+
You: hello bot
29+
Bot: Hey there!
30+
How can I help you
31+
You: tell me abt admissions
32+
Bot: Do you mind trying to rephrase that?
33+
You: admission
34+
Bot: Admission in this college are done through the IIT-JEE and through the JOSSA admission process.
35+
Go to the website of IIITN https://iiitn.ac.in/ to read the admission procedure
36+
You: python -u "c:\Users\nimes\Downloads\GROUP-1 ITW1 CHATBOT\json_chatbot\main.py"
37+
Bot: Please try writing something more descriptive.
38+
You: exit
39+
Bot: I'm terribly sorry, I didn't quite catch that.
40+
You: bye
41+
Bot: See you later!
42+
You: hi
43+
Bot: Hey there!
44+
How can I help you
45+
You: admission
46+
Bot: Admission in this college are done through the IIT-JEE and through the JOSSA admission process.
47+
Go to the website of IIITN https://iiitn.ac.in/ to read the admission procedure
48+
You: admissions
49+
Bot: I can't answer that yet, please try asking something else.
50+
You: admissions
51+
Bot: Please try writing something more descriptive.
52+
You: hi
53+
Bot: Hey there!
54+
How can I help you
55+
You: admission
56+
Bot: Admission in this college are done through the IIT-JEE and through the JOSSA admission process.
57+
Go to the website of IIITN https://iiitn.ac.in/ to read the admission procedure
58+
You: admissions
59+
Bot: I can't answer that yet, please try asking something else.
60+
You: python -u "c:\Users\nimes\Downloads\GROUP-1 ITW1 CHATBOT\json_chatbot\main.py"
61+
Bot: I can't answer that yet, please try asking something else.
62+
You: python -u "c:\Users\nimes\Downloads\GROUP-1 ITW1 CHATBOT\json_chatbot\main.py"
63+
Bot: I can't answer that yet, please try asking something else.
64+
You: hi
65+
Bot: Hey there!
66+
How can I help you
67+
You: admissions
68+
Bot: Oh! It appears you wrote something I don't understand yet
69+
You: admission
70+
Bot: Admission in this college are done through the IIT-JEE and through the JOSSA admission process.
71+
Go to the website of IIITN https://iiitn.ac.in/ to read the admission procedure
72+
You: python -u "c:\Users\nimes\Downloads\GROUP-1 ITW1 CHATBOT\json_chatbot\main.py"
73+
Bot: I'm terribly sorry, I didn't quite catch that.
74+
You: python -u "c:\Users\nimes\Downloads\GROUP-1 ITW1 CHATBOT\json_chatbot\main.py"
75+
Bot: I'm terribly sorry, I didn't quite catch that.
76+
You: python -u "c:\Users\nimes\Downloads\GROUP-1 ITW1 CHATBOT\json_chatbot\main.py"
77+
Bot: Do you mind trying to rephrase that?
78+
You: python -u "c:\Users\nimes\Downloads\GROUP-1 ITW1 CHATBOT\json_chatbot\main.py"
79+
Bot: Please try writing something more descriptive.
80+
You: exit()
81+
Bot: Please try writing something more descriptive.
82+
You: bye
83+
Bot: See you later!
84+
You:
85+
Bot: Please type something so we can chat :(
86+
You:
87+
Bot: Please type something so we can chat :(
88+
You: admissions
89+
Bot: Please try writing something more descriptive.
90+
You: admission
91+
Bot: Oh! It appears you wrote something I don't understand yet
92+
You: admission
93+
Bot: I can't answer that yet, please try asking something else.
94+
You: tell me about admissions
95+
Bot: I'm terribly sorry, I didn't quite catch that.
96+
You: hello
97+
Bot: Hey there!
98+
How can I help you
99+
You: how are you
100+
Bot: I'm great! Thanks for asking.
101+
You: what is oop
102+
Bot: Oh! It appears you wrote something I don't understand yet
103+
You: python -u "c:\Users\nimes\Downloads\GROUP-1 ITW1 CHATBOT\json_chatbot\main.py"
104+
Bot: Please try writing something more descriptive.
105+
You: hi
106+
Bot: Hey there!
107+
How can I help you
108+
You: hello
109+
Bot: Hey there!
110+
How can I help you
111+
You: tell me about admission
112+
Bot: Please try writing something more descriptive.
113+
You: tell me about admissions
114+
Bot: Do you mind trying to rephrase that?
115+
You: what is admissions
116+
Bot: I'm terribly sorry, I didn't quite catch that.
117+
You: offer me a refund
118+
Bot: Sorry! IIIT Nagpur does not offer any type of refund for academic as well as hostel fees
119+
You: hey
120+
Bot: Hey there!
121+
How can I help you
122+
You: help me with the refund policy that your college offer
123+
Bot: Sorry! IIIT Nagpur does not offer any type of refund for academic as well as hostel fees
124+
You: math cource
125+
Bot: I'm terribly sorry, I didn't quite catch that.
126+
You: calculus cource
127+
Bot: I can't answer that yet, please try asking something else.
128+
You: itw cource what is
129+
Bot: Please try writing something more descriptive.
130+
You: hello
131+
Bot: Hey there!
132+
How can I help you
133+
You: I am a college student
134+
Bot: Oh! It appears you wrote something I don't understand yet
135+
You: I am a professor
136+
Bot: I can't answer that yet, please try asking something else.
137+
You: I am a man
138+
Bot: I can't answer that yet, please try asking something else.
139+
You: bbjb
140+
Bot: Oh! It appears you wrote something I don't understand yet
141+
You: jdcjd
142+
Bot: Oh! It appears you wrote something I don't understand yet
143+
You: jbjd
144+
Bot: Please try writing something more descriptive.
145+
You: How do you reply
146+
Bot: I can't answer that yet, please try asking something else.
147+
You: branches
148+
Bot: Currently two branches are there i.e CSE and ECE
149+
You: How many branches does clg has
150+
Bot: Currently two branches are there i.e CSE and ECE
151+
You: how many bbejcbjbwdbjjb wjhfjf ijwdkjbe branches
152+
Bot: Currently two branches are there i.e CSE and ECE

json_chatbot/main.py

+72
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
import json
2+
import re
3+
import random_answers as ra
4+
# import numpy as np
5+
6+
# Load JSON data
7+
def load_json(file):
8+
with open(file) as bot_responses:
9+
print(f"Loaded '{file}' successfully!")
10+
return json.load(bot_responses)
11+
12+
13+
# Store JSON data
14+
response_data = load_json("bot.json")
15+
16+
def get_response(input_string):
17+
split_message = re.split(r'\s+|[,;?!.-]\s*', input_string.lower())
18+
score_list = []
19+
20+
# Check all the responses
21+
for response in response_data:
22+
response_score = 0
23+
required_score = 0
24+
required_words = response["required_words"]
25+
26+
# Check if there are any required words
27+
if required_words:
28+
for word in split_message:
29+
if word in required_words:
30+
required_score += 1
31+
32+
33+
if required_score == len(required_words):
34+
35+
for word in split_message:
36+
37+
if word in response["user"]:
38+
response_score += 1
39+
40+
41+
score_list.append(response_score)
42+
# Debugging: Find the best phrase
43+
44+
45+
best_response = max(score_list)
46+
response_index = score_list.index(best_response)
47+
48+
49+
if input_string == "":
50+
return "Please type something so we can chat :("
51+
52+
# If there is no good response, return a random one.
53+
if best_response != 0:
54+
return response_data[response_index]["bot"]
55+
56+
return ra.random_string()
57+
58+
print("Bot: I am the bot of IIIT Nagpur \n I am here to help :) ")
59+
60+
while True:
61+
f = open("demofile.txt", "a")
62+
user = input("You: ")
63+
f.write("You: ")
64+
f.write(user)
65+
f.write("\n")
66+
print("Bot:", get_response(user))
67+
f.write("Bot: ")
68+
f.write(get_response(user))
69+
f.write("\n")
70+
f.close()
71+
72+

0 commit comments

Comments
 (0)