Update app.py
Browse files
app.py
CHANGED
@@ -21,488 +21,138 @@ class Chatbot:
|
|
21 |
self.create_qa_model()
|
22 |
|
23 |
def load_data(self):
|
24 |
-
urls = ['https://
|
25 |
-
'https://
|
26 |
-
'https://
|
27 |
-
'https://
|
28 |
-
'https://
|
29 |
-
'https://
|
30 |
-
'https://
|
31 |
-
'https://
|
32 |
-
'https://
|
33 |
-
'https://
|
34 |
-
'https://
|
35 |
-
'https://
|
36 |
-
'https://
|
37 |
-
'https://
|
38 |
-
'https://
|
39 |
-
'
|
40 |
-
'https://
|
41 |
-
'https://
|
42 |
-
'https://
|
43 |
-
'https://
|
44 |
-
'https://
|
45 |
-
'https://
|
46 |
-
'https://
|
47 |
-
'https://
|
48 |
-
'https://
|
49 |
-
'https://
|
50 |
-
'https://
|
51 |
-
'
|
52 |
-
'https://
|
53 |
-
'https://
|
54 |
-
'https://
|
55 |
-
'https://
|
56 |
-
'https://
|
57 |
-
'https://
|
58 |
-
'https://
|
59 |
-
'https://
|
60 |
-
'https://
|
61 |
-
'https://
|
62 |
-
'https://
|
63 |
-
'https://
|
64 |
-
'https://
|
65 |
-
'
|
66 |
-
'
|
67 |
-
'https://
|
68 |
-
'https://
|
69 |
-
'https://
|
70 |
-
'https://
|
71 |
-
'https://
|
72 |
-
'https://
|
73 |
-
'https://
|
74 |
-
'https://
|
75 |
-
'https://
|
76 |
-
'https://
|
77 |
-
'https://
|
78 |
-
'https://
|
79 |
-
'https://
|
80 |
-
'https://
|
81 |
-
'
|
82 |
-
'https://
|
83 |
-
'
|
84 |
-
'
|
85 |
-
'https://
|
86 |
-
'https://
|
87 |
-
'https://
|
88 |
-
'https://
|
89 |
-
'https://
|
90 |
-
'https://
|
91 |
-
'https://
|
92 |
-
'
|
93 |
-
'
|
94 |
-
'https://
|
95 |
-
'https://
|
96 |
-
'https://
|
97 |
-
'
|
98 |
-
'https://
|
99 |
-
'https://
|
100 |
-
'https://
|
101 |
-
'
|
102 |
-
'https://
|
103 |
-
'https://
|
104 |
-
'https://
|
105 |
-
'https://
|
106 |
-
'https://
|
107 |
-
'https://
|
108 |
-
'https://
|
109 |
-
'https://
|
110 |
-
'https://
|
111 |
-
'https://
|
112 |
-
'https://
|
113 |
-
'https://
|
114 |
-
'https://
|
115 |
-
'https://
|
116 |
-
'https://
|
117 |
-
'https://
|
118 |
-
'https://
|
119 |
-
'https://
|
120 |
-
'https://
|
121 |
-
'https://
|
122 |
-
'https://
|
123 |
-
'https://
|
124 |
-
'https://
|
125 |
-
'https://
|
126 |
-
'https://
|
127 |
-
'https://
|
128 |
-
'https://
|
129 |
-
'https://
|
130 |
-
'https://
|
131 |
-
'https://
|
132 |
-
'https://
|
133 |
-
'https://
|
134 |
-
'https://
|
135 |
-
'https://
|
136 |
-
'https://
|
137 |
-
'https://
|
138 |
-
'https://
|
139 |
-
'https://
|
140 |
-
'https://
|
141 |
-
'https://
|
142 |
-
'https://
|
143 |
-
'https://
|
144 |
-
'https://
|
145 |
-
'https://
|
146 |
-
'https://
|
147 |
-
'https://
|
148 |
-
'https://
|
149 |
-
'https://
|
150 |
-
'https://
|
151 |
-
'https://
|
152 |
-
'https://
|
153 |
-
'
|
154 |
-
'https://
|
155 |
-
'https://
|
156 |
-
'https://zollege.in/exams/clat/application-process',
|
157 |
-
'https://zollege.in/exams/cat/toppers',
|
158 |
-
'https://zollege.in/exams/cat/wat-in-iims',
|
159 |
-
'https://zollege.in/exams/cat/cut-off-and-selection-process-for-iits',
|
160 |
-
'https://zollege.in/exams/cat/gd-pi',
|
161 |
-
'https://zollege.in/exams/cat/qa-paper-analysis',
|
162 |
-
'https://zollege.in/exams/cat/score-vs-percentile',
|
163 |
-
'https://zollege.in/exams/cat/quantitative-aptitude-preparation',
|
164 |
-
'https://zollege.in/exams/cat/varc-preparation',
|
165 |
-
'https://zollege.in/exams/cat/varc-practice-papers',
|
166 |
-
'https://zollege.in/exams/cat/verbal-ability-and-reading-comprehension',
|
167 |
-
'https://zollege.in/exams/neet/chhattisgarh-neet-counselling',
|
168 |
-
'https://zollege.in/exams/clat',
|
169 |
-
'https://zollege.in/exams/clat/admit-card',
|
170 |
-
'https://zollege.in/exams/clat/counselling',
|
171 |
-
'http://cms.zollege.in/exams/490?tab=cutoff',
|
172 |
-
'http://cms.zollege.in/exams/490?tab=results',
|
173 |
-
'https://zollege.in/exams/clat/exam-pattern',
|
174 |
-
'https://zollege.in/exams/neet/biology-syllabus',
|
175 |
-
'https://zollege.in/exams/viteee/exam-pattern',
|
176 |
-
'https://zollege.in/exams/neet/books',
|
177 |
-
'https://zollege.in/exams/neet/chemistry-pattern',
|
178 |
-
'https://zollege.in/exams/viteee/preparation-tips',
|
179 |
-
'https://zollege.in/exams/neet/exam-centers',
|
180 |
-
'https://zollege.in/exams/clat/gk-preparation',
|
181 |
-
'https://zollege.in/exams/nmims-lat',
|
182 |
-
'https://zollege.in/exams/clat/merit-list',
|
183 |
-
'https://zollege.in/exams/clat/logical-reasoning-syllabus',
|
184 |
-
'https://zollege.in/exams/clat/eligibility',
|
185 |
-
'https://zollege.in/exams/clat/logical-reasoning-preparation',
|
186 |
-
'http://cms.zollege.in/exams/490?tab=application_process',
|
187 |
-
'https://zollege.in/exams/clat/exam-centers',
|
188 |
-
'http://cms.zollege.in/exams/509?tab=application_process',
|
189 |
-
'http://cms.zollege.in/exams/25?tab=exam_pattern',
|
190 |
-
'http://cms.zollege.in/exams/509?tab=application_process',
|
191 |
-
'https://zollege.in/exams/mat/results',
|
192 |
-
'http://cms.zollege.in/exams/490?tab=results',
|
193 |
-
'https://zollege.in/exams/cuet/exam-centers',
|
194 |
-
'https://zollege.in/exams/cuet/eligibility',
|
195 |
-
'https://zollege.in/exams/cuet/syllabus',
|
196 |
-
'https://zollege.in/exams/cuet/exam-dates',
|
197 |
-
'https://zollege.in/exams/cuet',
|
198 |
-
'https://zollege.in/exams/clat/quantitative-aptitude-preparation',
|
199 |
-
'https://zollege.in/exams/cuet/',
|
200 |
-
'https://zollege.in/exams/cuet/results',
|
201 |
-
'https://zollege.in/exams/cmat',
|
202 |
-
'https://zollege.in/exams/cuet/exam-pattern',
|
203 |
-
'https://zollege.in/exams/cuet/counselling',
|
204 |
-
'https://zollege.in/exams/clat/question-paper',
|
205 |
-
'https://zollege.in/exams/gate',
|
206 |
-
'https://zollege.in/exams/cuet/application-process',
|
207 |
-
'https://zollege.in/exams/du-jat',
|
208 |
-
'https://zollege.in/exams/gate/admit-card',
|
209 |
-
'https://zollege.in/exams/clat/results',
|
210 |
-
'https://zollege.in/exams/clat/seat-allotment',
|
211 |
-
'https://zollege.in/exams/clat/syllabus',
|
212 |
-
'https://zollege.in/exams/gate/application-process',
|
213 |
-
'https://zollege.in/exams/gate/books',
|
214 |
-
'https://zollege.in/exams/gate/chemistry-syllabus',
|
215 |
-
'https://zollege.in/exams/gate/counselling',
|
216 |
-
'https://zollege.in/exams/gate/cutoff',
|
217 |
-
'https://zollege.in/exams/gate/eligibility',
|
218 |
-
'https://zollege.in/exams/clat/clat-llm',
|
219 |
-
'https://zollege.in/exams/gate/exam-centers',
|
220 |
-
'https://zollege.in/exams/comedk-uget',
|
221 |
-
'https://zollege.in/exams/gate/exam-dates',
|
222 |
-
'https://zollege.in/exams/gate/exam-pattern',
|
223 |
-
'https://zollege.in/exams/gate/form-correction',
|
224 |
-
'http://cms.zollege.in/exams/267?tab=exam_pattern',
|
225 |
-
'https://zollege.in/exams/bitsat/results',
|
226 |
-
'http://cms.zollege.in/exams/25?tab=application_process',
|
227 |
-
'http://cms.zollege.in/exams/25?tab=exam_pattern',
|
228 |
-
'http://cms.zollege.in/exams/514?tab=application_process',
|
229 |
-
'https://zollege.in/exams/gate/iit-counselling',
|
230 |
-
'https://zollege.in/exams/gate/login',
|
231 |
-
'https://zollege.in/exams/gate/mathematics-syllabus',
|
232 |
-
'http://cms.zollege.in/exams/480?tab=application_process',
|
233 |
-
'https://zollege.in/exams/gate/photo-size-and-signature-guidelines',
|
234 |
-
'http://cms.zollege.in/exams/267?tab=application_process',
|
235 |
-
'https://zollege.in/exams/npat',
|
236 |
-
'http://cms.zollege.in/exams/490?tab=exam_pattern',
|
237 |
-
'https://zollege.in/exams/xat/results',
|
238 |
-
'http://cms.zollege.in/exams/402?tab=overview',
|
239 |
-
'https://cms.zollege.in/exams/267?tab=overview',
|
240 |
-
'http://cms.zollege.in/exams/490?tab=exam_pattern',
|
241 |
-
'https://zollege.in/exams/gate/biotechnology-syllabus',
|
242 |
-
'https://zollege.in/exams/gate/ccmt',
|
243 |
-
'http://cms.zollege.in/exams/698?tab=application_process',
|
244 |
-
'http://cms.zollege.in/exams/420?tab=application_process',
|
245 |
-
'https://zollege.in/exams/cuet-pg',
|
246 |
-
'https://zollege.in/exams/nchmct-jee',
|
247 |
-
'http://cms.zollege.in/exams/972?tab=exam_pattern',
|
248 |
-
'https://zollege.in/exams/gate/civil-engineering-exam-pattern',
|
249 |
-
'https://zollege.in/exams/gate/civil-engineering-syllabus',
|
250 |
-
'https://zollege.in/exams/tancet/syllabus',
|
251 |
-
'https://zollege.in/exams/gate/chemical-engineering-syllabus',
|
252 |
-
'https://cms.zollege.in/exams/719?tab=overview/',
|
253 |
-
'https://zollege.in/exams/cuet-pg/results',
|
254 |
-
'https://zollege.in/exams/bitsat/exam-pattern',
|
255 |
-
'http://cms.zollege.in/exams/972?tab=exam_pattern',
|
256 |
-
'https://zollege.in/neet-pg-score-accepting-colleges',
|
257 |
-
'http://cms.zollege.in/exams/490?tab=application_process',
|
258 |
-
'http://cms.zollege.in/exams/264?tab=results',
|
259 |
-
'https://zollege.in/exams/gate/geology-and-geophysics-syllabus',
|
260 |
-
'https://zollege.in/exams/gate/instrumentation-engineering-pattern',
|
261 |
-
'https://zollege.in/exams/gate/production-and-industrial-engineering-pattern',
|
262 |
-
'https://zollege.in/exams/gate/instrumentation-engineering-syllabus',
|
263 |
-
'https://zollege.in/exams/gate/mechanical-engineering-pattern',
|
264 |
-
'https://zollege.in/exams/gate/mechanical-engineering-syllabus',
|
265 |
-
'https://zollege.in/exams/gate/metallurgical-engineering-syllabus',
|
266 |
-
'https://zollege.in/exams/gate/mining-engineering-syllabus',
|
267 |
-
'https://zollege.in/exams/gate/petroleum-engineering-syllabus',
|
268 |
-
'https://zollege.in/exams/gate/electrical-engineering-syllabus',
|
269 |
-
'https://zollege.in/exams/gate/electronics-and-communication-pattern',
|
270 |
-
'https://cms.zollege.in/exams/267?tab=overview',
|
271 |
-
'https://zollege.in/exams/gate/computer-science-engineering-pattern',
|
272 |
-
'https://zollege.in/exams/gate/cse-syllabus',
|
273 |
-
'https://zollege.in/exams/gate/electrical-engineering-pattern',
|
274 |
-
'http://cms.zollege.in/exams/267?tab=application_process',
|
275 |
-
'https://zollege.in/exams/gate/ece-syllabus',
|
276 |
-
'https://zollege.in/exams/gate/production-and-industrial-engineering-pattern',
|
277 |
-
'https://zollege.in/exams/gate/engineering-sciences-syllabus',
|
278 |
-
'http://cms.zollege.in/exams/480?tab=application_process',
|
279 |
-
'https://zollege.in/exams/gate/production-engineering-syllabus',
|
280 |
-
'https://zollege.in/exams/gate/question-paper-2022',
|
281 |
-
'https://zollege.in/exams/gate/statistics-syllabus',
|
282 |
-
'https://cms.zollege.in/exams/746?tab=overview.',
|
283 |
-
'https://zollege.in/exams/gate/textile-engineering-pattern',
|
284 |
-
'https://zollege.in/exams/neet/gujarat-neet-counselling',
|
285 |
-
'https://zollege.in/exams/neet/haryana-neet-counselling',
|
286 |
-
'https://zollege.in/exams/neet/results',
|
287 |
-
'https://zollege.in/exams/ceeta-pg',
|
288 |
-
'https://cms.zollege.in/exams/746?tab=overview.',
|
289 |
-
'http://cms.zollege.in/exams/402?tab=application_process',
|
290 |
-
'https://zollege.in/exams/ibsat',
|
291 |
-
'https://zollege.in/exams/cat/iim-ahmedabad-cutoff-and-selection-process',
|
292 |
-
'https://zollege.in/exams/cat/iim-amritsar-cut-off-and-selection-process',
|
293 |
-
'https://zollege.in/exams/cat/iim-bangalore-cutoff-and-selection-process',
|
294 |
-
'https://zollege.in/exams/cat/iim-bodh-gaya-cut-off-and-selection-process',
|
295 |
-
'https://zollege.in/exams/cat/iim-calcutta-cutoff-and-selection-process',
|
296 |
-
'https://zollege.in/exams/cat/iim-indore-cutoff-and-selection-process',
|
297 |
-
'https://zollege.in/exams/cat/iim-jammu-cut-off-selection-process',
|
298 |
-
'https://zollege.in/exams/cat/iim-kashipur-cutoff-and-selection-process',
|
299 |
-
'https://zollege.in/exams/cat/iim-kozhikode-cut-off-and-selection-process',
|
300 |
-
'https://zollege.in/exams/cat/iim-nagpur-cutoff-and-selection-process',
|
301 |
-
'https://zollege.in/exams/cat/iim-raipur-cat-cutoff-and-selection-process',
|
302 |
-
'https://zollege.in/exams/cat/iim-ranchi-cutoff-and-selection-process',
|
303 |
-
'https://zollege.in/exams/cat/iim-rohtak-cutoff-and-selection-process',
|
304 |
-
'https://zollege.in/exams/cat/iim-sambalpur-cutoff-and-selection-process',
|
305 |
-
'http://cms.zollege.in/exams/402?tab=overview',
|
306 |
-
'https://zollege.in/exams/cat/iim-shillong-cutoff-and-selection-process',
|
307 |
-
'https://zollege.in/exams/cat/iim-sirmaur-cutoff-and-selection-process',
|
308 |
-
'https://cms.zollege.in/exams/509?tab=overview',
|
309 |
-
'http://cms.zollege.in/exams/701?tab=application_process',
|
310 |
-
'https://cms.zollege.in/exams/507?tab=overview.',
|
311 |
-
'https://zollege.in/exams/cuet-pg/application-process',
|
312 |
-
'http://cms.zollege.in/exams/402?tab=application_process',
|
313 |
-
'http://cms.zollege.in/exams/701?tab=application_process',
|
314 |
-
'https://zollege.in/exams/cat/iim-visakhapatnam-cut-off-and-selection-process',
|
315 |
-
'http://cms.zollege.in/exams/25?tab=cutoff',
|
316 |
-
'http://cms.zollege.in/exams/25?tab=results',
|
317 |
-
'http://cms.zollege.in/exams/972?tab=results',
|
318 |
-
'https://zollege.in/exams/iit-jam',
|
319 |
-
'https://zollege.in/exams/ini-cet',
|
320 |
-
'https://zollege.in/exams/jee-main/results',
|
321 |
-
'https://zollege.in/exams/jee-main/toppers',
|
322 |
-
'https://zollege.in/exams/jee-main/question-paper-2019',
|
323 |
-
'https://zollege.in/exams/jee-main/question-paper-2020',
|
324 |
-
'https://zollege.in/exams/jee-main/mock-test',
|
325 |
-
'https://zollege.in/exams/cat/question-paper-2019',
|
326 |
-
'https://zollege.in/exams/jee-main/omr-sheet-and-answer-key',
|
327 |
-
'https://zollege.in/exams/jee-main/application-process',
|
328 |
-
'https://zollege.in/exams/jee-main/be-btech-pattern',
|
329 |
-
'https://zollege.in/exams/nmims-cet',
|
330 |
-
'https://zollege.in/exams/jee-main/important-books',
|
331 |
-
'https://zollege.in/exams/jee-main/chapter-wise-weightage',
|
332 |
-
'https://zollege.in/exams/jee-main/counselling',
|
333 |
-
'https://zollege.in/exams/jee-main/question-paper',
|
334 |
-
'https://zollege.in/exams/jee-main/exam-centers',
|
335 |
-
'https://zollege.in/exams/jee-main/exam-dates',
|
336 |
-
'https://zollege.in/exams/gate/mock-test',
|
337 |
-
'https://zollege.in/exams/gate/coaching',
|
338 |
-
'https://zollege.in/exams/gate/textile-engineering-syllabus',
|
339 |
-
'https://zollege.in/exams/jee-main/login',
|
340 |
-
'https://zollege.in/exams/xat/how-to-apply',
|
341 |
-
'https://zollege.in/exams/jee-main ',
|
342 |
-
'https://zollege.in/exams/cat/iim-udaipur-cutoff-and-selection-process',
|
343 |
-
'https://zollege.in/exams/jee-main/question-paper-2021',
|
344 |
-
'https://zollege.in/exams/jee-main/barch-bplan-result',
|
345 |
-
'https://zollege.in/exams/karnataka-pgcet',
|
346 |
-
'https://zollege.in/exams/kcet',
|
347 |
-
'https://zollege.in/exams/jee-main/registration-fee',
|
348 |
-
'https://zollege.in/exams/jee-main/syllabus',
|
349 |
-
'https://zollege.in/exams/ipu-cet',
|
350 |
-
'https://zollege.in/exams/jee-advanced/mock-test',
|
351 |
-
'https://zollege.in/exams/jee-advanced/',
|
352 |
-
'https://zollege.in/exams/jee-advanced/exam-dates',
|
353 |
-
'https://zollege.in/exams/jee-advanced/preparation-tips',
|
354 |
-
'https://zollege.in/exams/xat/syllabus',
|
355 |
-
'https://zollege.in/exams/jee-main/admit-card',
|
356 |
-
'https://zollege.in/exams/neet/kerala-neet-counselling',
|
357 |
-
'https://zollege.in/exams/mahcet',
|
358 |
-
'https://zollege.in/exams/mat/cutoff',
|
359 |
-
'https://cms.zollege.in/exams/509?tab=overview',
|
360 |
-
'https://zollege.in/exams/nbsat',
|
361 |
-
'http://cms.zollege.in/exams/701?tab=overview',
|
362 |
-
'https://zollege.in/exams/neet/physics-syllabus',
|
363 |
-
'https://zollege.in/exams/neet/reservation',
|
364 |
-
'https://zollege.in/exams/neet/physics-pattern',
|
365 |
-
'http://cms.zollege.in/exams/492?tab=application_process',
|
366 |
-
'https://zollege.in/exams/ausat',
|
367 |
-
'https://zollege.in/exams/jee-advanced/question-paper-2022',
|
368 |
-
'http://cms.zollege.in/exams/503?tab=application_process',
|
369 |
-
'https://zollege.in/exams/ts-eamcet',
|
370 |
-
'https://cms.zollege.in/exams/480?tab=overview',
|
371 |
-
'http://cms.zollege.in/exams/492?tab=application_process',
|
372 |
-
'http://cms.zollege.in/exams/511?tab=application_process',
|
373 |
-
'https://zollege.in/exams/kmat',
|
374 |
-
'https://zollege.in/exams/mh-cet-law',
|
375 |
-
'https://zollege.in/exams/nmat',
|
376 |
-
'https://zollege.in/exams/ts-eamcet',
|
377 |
-
'https://zollege.in/exams/kmat-kerala',
|
378 |
-
'https://zollege.in/exams/neet/madhya-pradesh-neet-counselling',
|
379 |
-
'http://cms.zollege.in/exams/420?tab=application_process',
|
380 |
-
'https://zollege.in/exams/cuet-pg/merit-list',
|
381 |
-
'https://zollege.in/exams/mat',
|
382 |
-
'https://zollege.in/exams/mat/admit-card',
|
383 |
-
'https://zollege.in/exams/mat/application-process',
|
384 |
-
'https://zollege.in/exams/mat/books',
|
385 |
-
'https://zollege.in/exams/mat/coaching-institutes',
|
386 |
-
'https://zollege.in/exams/cuet-pg',
|
387 |
-
'http://cms.zollege.in/exams/514?tab=application_process',
|
388 |
-
'https://zollege.in/exams/mat/counselling',
|
389 |
-
'https://zollege.in/exams/xat/preparation-tips',
|
390 |
-
'https://zollege.in/exams/lpunest',
|
391 |
-
'https://zollege.in/exams/du-llb',
|
392 |
-
'https://cms.zollege.in/exams/480?tab=overview',
|
393 |
-
'https://zollege.in/exams/xat/practice-papers',
|
394 |
-
'https://cms.zollege.in/exams/507?tab=overview.',
|
395 |
-
'https://zollege.in/exams/mat/eligibility',
|
396 |
-
'https://zollege.in/exams/mat/exam-dates',
|
397 |
-
'https://zollege.in/exams/mat/ibt-exam-dates',
|
398 |
-
'https://zollege.in/exams/gate/paper-analysis',
|
399 |
-
'https://zollege.in/exams/mat/paper-analysis',
|
400 |
-
'https://zollege.in/exams/mat/participating-college',
|
401 |
-
'https://zollege.in/exams/mat/preparation-tips',
|
402 |
-
'https://zollege.in/exams/jkcet',
|
403 |
-
'https://zollege.in/exams/ailet',
|
404 |
-
'https://zollege.in/exams/ap-eapcet',
|
405 |
-
'https://zollege.in/exams/ap-lawcet',
|
406 |
-
'https://zollege.in/exams/ap-pgecet',
|
407 |
-
'https://zollege.in/exams/neet/assam-neet-counselling',
|
408 |
-
'https://zollege.in/exams/wbjee-jenpas-ug',
|
409 |
-
'https://zollege.in/exams/iiith-pgee',
|
410 |
-
'https://zollege.in/exams/cat/question-paper-2022',
|
411 |
-
'https://zollege.in/exams/neet/question-paper-2022',
|
412 |
-
'https://zollege.in/exams/wbjee/cutoff',
|
413 |
-
'https://zollege.in/exams/nift',
|
414 |
-
'https://zollege.in/exams/ts-edcet',
|
415 |
-
'https://zollege.in/exams/nimcet',
|
416 |
-
'https://zollege.in/exams/aibe',
|
417 |
-
'https://zollege.in/exams/met',
|
418 |
-
'https://zollege.in/exams/ts-polycet',
|
419 |
-
'https://zollege.in/exams/tsicet',
|
420 |
-
'https://zollege.in/exams/jeecup',
|
421 |
-
'https://zollege.in/exams/tnea',
|
422 |
-
'https://zollege.in/exams/nid',
|
423 |
-
'https://zollege.in/exams/ouat',
|
424 |
-
'https://zollege.in/exams/nest',
|
425 |
-
'https://zollege.in/exams/atma',
|
426 |
-
'https://zollege.in/exams/iift',
|
427 |
-
'https://zollege.in/exams/gate/response-sheet',
|
428 |
-
'https://zollege.in/exams/jexpo',
|
429 |
-
'https://zollege.in/exams/bitsat/syllabus',
|
430 |
-
'https://zollege.in/exams/mah-bed-cet',
|
431 |
-
'https://zollege.in/exams/mah-bed-cet/application-process',
|
432 |
-
'https://zollege.in/exams/du-bed-entrance-exam',
|
433 |
-
'https://zollege.in/exams/mht-cet/syllabus',
|
434 |
-
'https://zollege.in/exams/bitsat/how-to-apply',
|
435 |
-
'https://zollege.in/exams/wbjee/syllabus',
|
436 |
-
'https://zollege.in/exams/cmat/exam-dates',
|
437 |
-
'https://zollege.in/exams/cuet/question-paper',
|
438 |
-
'https://zollege.in/exams/viteee/question-paper-2022',
|
439 |
-
'https://zollege.in/exams/mht-cet/practice-papers',
|
440 |
-
'https://zollege.in/exams/bitsat/question-paper',
|
441 |
-
'https://zollege.in/exams/mahcet/practice-papers',
|
442 |
-
'https://zollege.in/exams/jee-main/question-paper-2018',
|
443 |
-
'https://zollege.in/exams/jee-main/question-paper-2023',
|
444 |
-
'https://zollege.in/exams/jee-advanced/question-paper-2021',
|
445 |
-
'https://zollege.in/exams/jee-advanced/question-paper-2020',
|
446 |
-
'https://zollege.in/exams/jee-advanced/question-paper-2019',
|
447 |
-
'https://zollege.in/exams/jee-advanced/question-paper-2018',
|
448 |
-
'https://zollege.in/exams/gate/question-paper-2021',
|
449 |
-
'https://zollege.in/exams/gate/question-paper-2020',
|
450 |
-
'https://zollege.in/exams/gate/question-paper-2019',
|
451 |
-
'https://zollege.in/exams/gate/question-paper-2018',
|
452 |
-
'https://zollege.in/exams/aiims-mbbs',
|
453 |
-
'https://zollege.in/exams/aucet',
|
454 |
-
'https://zollege.in/exams/jain-entrance-test',
|
455 |
-
'https://zollege.in/exams/ap-edcet',
|
456 |
-
'https://zollege.in/exams/pu-cet',
|
457 |
-
'https://zollege.in/exams/pu-cet/exam-pattern',
|
458 |
-
'https://zollege.in/exams/karnataka-pgcet',
|
459 |
-
'https://zollege.in/exams/ignou-bed-entrance-test',
|
460 |
-
'https://zollege.in/exams/neet/chapter-wise-weightage',
|
461 |
-
'https://zollege.in/exams/cuet/admit-card',
|
462 |
-
'https://zollege.in/exams/wbjee/admit-card',
|
463 |
-
'https://zollege.in/exams/aucet/application-process',
|
464 |
-
'https://zollege.in/exams/tancet/results',
|
465 |
-
'https://zollege.in/exams/tancet/cutoff',
|
466 |
-
'https://zollege.in/exams/cmat/admit-card',
|
467 |
-
'https://zollege.in/exams/iiith-ugee/admit-card',
|
468 |
-
'https://zollege.in/exams/ipu-cet/exam-pattern',
|
469 |
-
'https://zollege.in/exams/fmge',
|
470 |
-
'https://zollege.in/exams/hpcet',
|
471 |
-
'https://zollege.in/exams/wbjee/marks-vs-rank',
|
472 |
-
'https://zollege.in/exams/met/exam-pattern',
|
473 |
-
'https://zollege.in/exams/tnea/cutoff',
|
474 |
-
'https://zollege.in/exams/mht-cet/answer-key',
|
475 |
-
'https://zollege.in/exams/tancet/rank-list',
|
476 |
-
'https://zollege.in/exams/imu-cet',
|
477 |
-
'https://zollege.in/exams/viteee/syllabus',
|
478 |
-
'https://zollege.in/exams/aiims-mbbs/cutoff',
|
479 |
-
'https://zollege.in/exams/tnea/sports-quota-selection-process',
|
480 |
-
'https://zollege.in/exams/kcet/exam-centers',
|
481 |
-
'https://zollege.in/exams/mht-cet/results',
|
482 |
-
'https://zollege.in/exams/du-bed-entrance-exam/application-process',
|
483 |
-
'https://zollege.in/exams/mht-cet/counselling',
|
484 |
-
'https://zollege.in/exams/ipu-cet/application-form',
|
485 |
-
'https://zollege.in/exams/mht-cet/cutoff',
|
486 |
-
'https://zollege.in/exams/mah-aac-cet',
|
487 |
-
'https://zollege.in/exams/jee-advanced/question-paper-2023',
|
488 |
-
'https://zollege.in/exams/jac',
|
489 |
-
'https://zollege.in/exams/ap-polycet',
|
490 |
-
'https://zollege.in/exams/upcet',
|
491 |
-
'https://zollege.in/exams/iiser',
|
492 |
-
'https://zollege.in/exams/icai',
|
493 |
-
'https://zollege.in/exams/jakbopee',
|
494 |
-
'https://zollege.in/exams/centac',
|
495 |
-
'https://zollege.in/exams/nata/results',
|
496 |
-
'https://zollege.in/exams/bitsat/rank-vs-marks',
|
497 |
-
'https://zollege.in/exams/du-bed-entrance-exam/admit-card',
|
498 |
-
'http://cms.zollege.in/exams/80?tab=application_process',
|
499 |
-
'https://zollege.in/exams/jee-main-2024',
|
500 |
-
'http://cms.zollege.in/exams/80?tab=results',
|
501 |
-
'https://zollege.in/exams/nata/application-process',
|
502 |
-
'https://zollege.in/exams/nata/admit-card',
|
503 |
-
'https://zollege.in/exams/lsat',
|
504 |
-
'https://zollege.in/exams/jee-advanced/jee-advanced-aat',
|
505 |
-
'https://zollege.in/exams/aipmcet']
|
506 |
|
507 |
loaders = UnstructuredURLLoader(urls=urls)
|
508 |
self.data = loaders.load()
|
|
|
21 |
self.create_qa_model()
|
22 |
|
23 |
def load_data(self):
|
24 |
+
urls = ['https://www.iimrohtak.ac.in/job.php',
|
25 |
+
'https://www.iimrohtak.ac.in/mandatory-disclosure.php',
|
26 |
+
'https://www.iimrohtak.ac.in/placement.php',
|
27 |
+
'https://www.iimrohtak.ac.in/tender.php',
|
28 |
+
'https://www.iimrohtak.ac.in/rti.php',
|
29 |
+
'https://www.iimrohtak.ac.in/library.php',
|
30 |
+
'https://www.iimrohtak.ac.in/index.php',
|
31 |
+
'https://www.iimrohtak.ac.in/index.php',
|
32 |
+
'https://www.iimrohtak.ac.in/about.php',
|
33 |
+
'https://www.iimrohtak.ac.in/vision.php',
|
34 |
+
'https://www.iimrohtak.ac.in/mission.php',
|
35 |
+
'https://www.iimrohtak.ac.in/board.php',
|
36 |
+
'https://www.iimrohtak.ac.in/director-message.php',
|
37 |
+
'https://www.iimrohtak.ac.in/accreditation.php',
|
38 |
+
'https://www.iimrohtak.ac.in/logo.php',
|
39 |
+
'https://www.iimrohtak.ac.in/nirf.php',
|
40 |
+
'https://www.iimrohtak.ac.in/iim-rohtak-values.php',
|
41 |
+
'https://www.iimrohtak.ac.in/council-for-strategic-affairs.php',
|
42 |
+
'https://www.iimrohtak.ac.in/mandatory-disclosure.php',
|
43 |
+
'https://www.iimrohtak.ac.in/ranking.php',
|
44 |
+
'https://www.iimrohtak.ac.in/annual-report.php',
|
45 |
+
'https://www.iimrohtak.ac.in/event.php',
|
46 |
+
'https://www.iimrohtak.ac.in/event-gallery.php',
|
47 |
+
'https://www.iimrohtak.ac.in/job.php',
|
48 |
+
'https://www.iimrohtak.ac.in/initiative.php',
|
49 |
+
'https://www.iimrohtak.ac.in/iimr-in-media.php',
|
50 |
+
'https://www.iimrohtak.ac.in/rti.php',
|
51 |
+
'https://www.iimrohtak.ac.in/internal-complaint-commitee.php',
|
52 |
+
'https://www.iimrohtak.ac.in',
|
53 |
+
'https://www.iimrohtak.ac.in/pgp.php',
|
54 |
+
'https://www.iimrohtak.ac.in/pgp-first-year.php',
|
55 |
+
'https://www.iimrohtak.ac.in/pgp-second-year.php',
|
56 |
+
'https://www.iimrohtak.ac.in/objective-methodology.php',
|
57 |
+
'https://www.iimrohtak.ac.in/programme-fee.php',
|
58 |
+
'https://www.iimrohtak.ac.in/academic-calendar.php',
|
59 |
+
'https://www.iimrohtak.ac.in/pgp-contact.php',
|
60 |
+
'https://www.iimrohtak.ac.in/placement.php',
|
61 |
+
'https://www.iimrohtak.ac.in/panel/assets/images/prospectus/16891449485032.pdf',
|
62 |
+
'https://www.iimrohtak.ac.in/dpm.php',
|
63 |
+
'https://www.iimrohtak.ac.in/dpm.php',
|
64 |
+
'https://www.iimrohtak.ac.in/dpm-admission.php',
|
65 |
+
'https://www.iimrohtak.ac.in/areas-of-specialisation.php',
|
66 |
+
'https://www.iimrohtak.ac.in/financial-assistance.php',
|
67 |
+
'https://www.iimrohtak.ac.in/panel/assets/images/prospectus/16903487969776.pdf',
|
68 |
+
'https://www.iimrohtak.ac.in/faqs-for-dpm.php',
|
69 |
+
'https://www.iimrohtak.ac.in/dpm-student.php',
|
70 |
+
'https://www.iimrohtak.ac.in/publication.php',
|
71 |
+
'https://www.iimrohtak.ac.in/dpm-contact.php',
|
72 |
+
'https://www.iimrohtak.ac.in/ipm.php',
|
73 |
+
'https://www.iimrohtak.ac.in/ipm.php',
|
74 |
+
'https://www.iimrohtak.ac.in/faculty-speaks.php',
|
75 |
+
'https://www.iimrohtak.ac.in/ipm-curriculum.php',
|
76 |
+
'https://www.iimrohtak.ac.in/panel/assets/images/prospectus/16881248909525.pdf',
|
77 |
+
'https://www.iimrohtak.ac.in/ipm-admission.php',
|
78 |
+
'https://www.iimrohtak.ac.in/ipm-contact.php',
|
79 |
+
'https://www.iimrohtak.ac.in/ipm-important-date.php',
|
80 |
+
'https://www.iimrohtak.ac.in/ipl.php',
|
81 |
+
'https://www.iimrohtak.ac.in/ipl-admission.php',
|
82 |
+
'https://www.iimrohtak.ac.in/panel/assets/images/programme-fee/16881248477847.pdf',
|
83 |
+
'https://www.iimrohtak.ac.in/ipl-faculty.php',
|
84 |
+
'https://www.iimrohtak.ac.in/ipl-contactus.php',
|
85 |
+
'https://www.iimrohtak.ac.in/ipl-advisory.php',
|
86 |
+
'https://www.iimrohtak.ac.in/ipl-curriculum.php',
|
87 |
+
'https://www.iimrohtak.ac.in/panel/assets/images/prospectus/16881265522765.pdf',
|
88 |
+
'https://www.iimrohtak.ac.in/fpm-about.php',
|
89 |
+
'https://www.iimrohtak.ac.in/panel/assets/images/prospectus/16881252023208.pdf',
|
90 |
+
'https://www.iimrohtak.ac.in/fpm-about.php',
|
91 |
+
'https://www.iimrohtak.ac.in/fpm-admission.php',
|
92 |
+
'https://www.iimrohtak.ac.in/fpm-course-work.php',
|
93 |
+
'https://www.iimrohtak.ac.in/panel/assets/images/lor/16884755042121.pdf',
|
94 |
+
'https://www.iimrohtak.ac.in/fpm-contact.php',
|
95 |
+
'https://www.iimrohtak.ac.in/enquiry.php',
|
96 |
+
'https://www.iimrohtak.ac.in/epgdsm-about.php',
|
97 |
+
'https://www.iimrohtak.ac.in/epgdsm-about.php',
|
98 |
+
'https://www.iimrohtak.ac.in/epgdsm-director-message.php',
|
99 |
+
'https://www.iimrohtak.ac.in/epgdsm-advisory.php',
|
100 |
+
'https://www.iimrohtak.ac.in/epgdsm-program-curriculum.php',
|
101 |
+
'https://www.iimrohtak.ac.in/epgdsm-faculty.php',
|
102 |
+
'https://www.iimrohtak.ac.in/epgdsm-admission.php',
|
103 |
+
'https://www.iimrohtak.ac.in/epgdsm-contact.php',
|
104 |
+
'https://www.iimrohtak.ac.in/enquiry.php',
|
105 |
+
'https://www.iimrohtak.ac.in/epgdsm-blog.php',
|
106 |
+
'https://www.iimrohtak.ac.in/one-year-post-graduate-programme-in-management-for-executives.php',
|
107 |
+
'https://www.iimrohtak.ac.in/executive-training.php',
|
108 |
+
'https://www.iimrohtak.ac.in/faculty-by-area.php',
|
109 |
+
'https://www.iimrohtak.ac.in/director.php',
|
110 |
+
'https://www.iimrohtak.ac.in/dean.php',
|
111 |
+
'https://www.iimrohtak.ac.in/dean-ree.php',
|
112 |
+
'https://www.iimrohtak.ac.in/faculty-by-name.php',
|
113 |
+
'https://www.iimrohtak.ac.in/faculty-by-area.php',
|
114 |
+
'https://www.iimrohtak.ac.in/visiting-faculty.php',
|
115 |
+
'https://www.iimrohtak.ac.in/adjunct-faculty.php',
|
116 |
+
'https://www.iimrohtak.ac.in/publication.php',
|
117 |
+
'https://www.iimrohtak.ac.in/publication.php',
|
118 |
+
'https://www.iimrohtak.ac.in/papers-presented-in-conferences.php',
|
119 |
+
'https://www.iimrohtak.ac.in/broad-research-areas.php',
|
120 |
+
'https://www.iimrohtak.ac.in/cases-other-publication.php',
|
121 |
+
'https://www.iimrohtak.ac.in/emerging-economies-cases-journal.php',
|
122 |
+
'https://www.iimrohtak.ac.in/newspaper-articles-interviews.php',
|
123 |
+
'https://www.iimrohtak.ac.in/assets/images/Research Policy.pdf',
|
124 |
+
'https://www.iimrohtak.ac.in/partnership.php',
|
125 |
+
'https://www.iimrohtak.ac.in/partnership.php',
|
126 |
+
'https://www.iimrohtak.ac.in/institutional-relations-committee.php',
|
127 |
+
'https://www.iimrohtak.ac.in/international-partnerships.php',
|
128 |
+
'https://www.iimrohtak.ac.in/student-exchange.php',
|
129 |
+
'https://www.iimrohtak.ac.in/collaborations-contact.php',
|
130 |
+
'https://www.iimrohtak.ac.in/membership.php',
|
131 |
+
'https://www.iimrohtak.ac.in/contact.php',
|
132 |
+
'https://www.iimrohtak.ac.in/about.php',
|
133 |
+
'https://www.iimrohtak.ac.in/faculty-by-area.php',
|
134 |
+
'https://www.iimrohtak.ac.in/faculty-by-name.php',
|
135 |
+
'https://www.iimrohtak.ac.in/iimr-in-media.php',
|
136 |
+
'https://www.iimrohtak.ac.in/publication.php',
|
137 |
+
'https://www.iimrohtak.ac.in/library.php',
|
138 |
+
'https://www.iimrohtak.ac.in/placement.php',
|
139 |
+
'https://www.iimrohtak.ac.in/index.php',
|
140 |
+
'https://www.iimrohtak.ac.in/job.php',
|
141 |
+
'https://www.iimrohtak.ac.in/tender.php',
|
142 |
+
'https://www.iimrohtak.ac.in/library.php',
|
143 |
+
'https://www.iimrohtak.ac.in/event.php',
|
144 |
+
'https://www.iimrohtak.ac.in/iimr-in-media.php',
|
145 |
+
'https://www.iimrohtak.ac.in/it-resource-centre.php',
|
146 |
+
'https://www.iimrohtak.ac.in/placement.php',
|
147 |
+
'https://www.iimrohtak.ac.in/rti.php',
|
148 |
+
'https://www.iimrohtak.ac.in/contact.php',
|
149 |
+
'https://www.iimrohtak.ac.in/privacy-policy.php',
|
150 |
+
'https://www.iimrohtak.ac.in/panel/assets/images/admission-policy/admissionpolicy2023-25.pdf',
|
151 |
+
'https://www.iimrohtak.ac.in/annual-report.php',
|
152 |
+
'https://www.iimrohtak.ac.in/students-clubs-and-committees.php',
|
153 |
+
'https://www.iimrohtak.ac.in/disclaimer.php',
|
154 |
+
'https://www.iimrohtak.ac.in/event-gallery.php',
|
155 |
+
'https://www.iimrohtak.ac.in/enquiry.php']
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
156 |
|
157 |
loaders = UnstructuredURLLoader(urls=urls)
|
158 |
self.data = loaders.load()
|