CoolFace
Apppublic

xELMXx/ELMX_Chatbot

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
d4.json66 linesDownload Raw Back to data
1[2  {3    "question": "What is the project title?",4    "answer": "OCR-Based Student Transport Scheduling System.",5    "metadata": {6      "project_title": "OCR-Based Student Transport Scheduling System",7      "students": ["Ahmad Alhriri", "Mohammed AbdAljabbar", "Ahmad Almotalk"],8      "supervisors": ["Dr. Ayman Al-Ahmad", "Eng. Manal Farhoda"]9    }10  },11  {12    "question": "Who are the students responsible for the project?",13    "answer": "Ahmad Alhriri, Mohammed AbdAljabbar, and Ahmad Almotalk.",14    "metadata": {15      "project_title": "OCR-Based Student Transport Scheduling System",16      "students": ["Ahmad Alhriri", "Mohammed AbdAljabbar", "Ahmad Almotalk"],17      "supervisors": ["Dr. Ayman Al-Ahmad", "Eng. Manal Farhoda"]18    }19  },20  {21    "question": "Who supervised the project?",22    "answer": "Dr. Ayman Al-Ahmad and Eng. Manal Farhoda.",23    "metadata": {24      "project_title": "OCR-Based Student Transport Scheduling System",25      "students": ["Ahmad Alhriri", "Mohammed AbdAljabbar", "Ahmad Almotalk"],26      "supervisors": ["Dr. Ayman Al-Ahmad", "Eng. Manal Farhoda"]27    }28  },29  {30    "question": "What is the goal of the project?",31    "answer": "To develop a mobile app using Flutter that improves university transport scheduling by analyzing students’ timetable images with OCR (PyTesseract) to extract attendance times, enabling transport companies to schedule trips efficiently.",32    "metadata": {33      "project_title": "OCR-Based Student Transport Scheduling System",34      "students": ["Ahmad Alhriri", "Mohammed AbdAljabbar", "Ahmad Almotalk"],35      "supervisors": ["Dr. Ayman Al-Ahmad", "Eng. Manal Farhoda"]36    }37  },38  {39    "question": "What problem does the project address?",40    "answer": "Automating the scheduling of university student transport based on their study timetables and the number of students in each time slot to reduce operational costs and increase efficiency.",41    "metadata": {42      "project_title": "OCR-Based Student Transport Scheduling System",43      "students": ["Ahmad Alhriri", "Mohammed AbdAljabbar", "Ahmad Almotalk"],44      "supervisors": ["Dr. Ayman Al-Ahmad", "Eng. Manal Farhoda"]45    }46  },47  {48    "question": "How does the project work?",49    "answer": "The user uploads an image of their study timetable; the system processes the image, extracts text using OCR, filters and verifies data, stores it in a database, calculates the number of students per time slot, presents the data to the transport company, which then creates the schedule and sends the final schedule to the students.",50    "metadata": {51      "project_title": "OCR-Based Student Transport Scheduling System",52      "students": ["Ahmad Alhriri", "Mohammed AbdAljabbar", "Ahmad Almotalk"],53      "supervisors": ["Dr. Ayman Al-Ahmad", "Eng. Manal Farhoda"]54    }55  },56  {57    "question": "What are the key results of the project?",58    "answer": "The project improved university transport efficiency by automating timetable processing, reduced operational costs by avoiding unnecessary bus runs, enhanced student experience with accurate personalized schedules, and simplified transport companies' planning and decision-making.",59    "metadata": {60      "project_title": "OCR-Based Student Transport Scheduling System",61      "students": ["Ahmad Alhriri", "Mohammed AbdAljabbar", "Ahmad Almotalk"],62      "supervisors": ["Dr. Ayman Al-Ahmad", "Eng. Manal Farhoda"]63    }64  }65]66