<?xml version="1.0" encoding="UTF-8"?><feed xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns="http://www.w3.org/2005/Atom">
<title>MSc Information Technology</title>
<link href="http://dlib.iit.ac.lk/xmlui/handle/123456789/2154" rel="alternate"/>
<subtitle/>
<id>http://dlib.iit.ac.lk/xmlui/handle/123456789/2154</id>
<updated>2026-04-08T18:29:09Z</updated>
<dc:date>2026-04-08T18:29:09Z</dc:date>
<entry>
<title>Development of an AI-Based Semantic Chatbot for Tertiary Education Institutes</title>
<link href="http://dlib.iit.ac.lk/xmlui/handle/123456789/2998" rel="alternate"/>
<author>
<name>Samarage, Hiruni</name>
</author>
<id>http://dlib.iit.ac.lk/xmlui/handle/123456789/2998</id>
<updated>2026-03-17T07:20:17Z</updated>
<published>2025-01-01T00:00:00Z</published>
<summary type="text">Development of an AI-Based Semantic Chatbot for Tertiary Education Institutes
Samarage, Hiruni
This project presents the design, development, testing, and evaluation of an AI-based semantic chatbot system tailored for tertiary education institutions in Sri Lanka.&#13;
The primary objective was to enhance student engagement and support by enabling real-time, context-aware, and personalized responses to academic and administrative inquiries through natural language interaction.&#13;
&#13;
The chatbot system was developed using a modular architecture comprising:&#13;
•	A web-based user interface built with HTML, CSS, and JavaScript,&#13;
•	A Flask-based backend server for managing user sessions and API communication,&#13;
•	Integration with OpenAI’s GPT-4o model for natural language understanding and generation,&#13;
•	A FAISS vector search engine to perform semantic information retrieval from an institutional knowledge base,&#13;
•	An SQLite database for persistent user data, chat history, and feedback storage.&#13;
&#13;
The system was designed to operate across all major web browsers and device types, ensuring compatibility with Windows, macOS, Android, and iOS operating systems.&#13;
Through comprehensive black box, white box, integration, usability, and exploratory testing, the chatbot demonstrated strong performance in delivering accurate, contextually relevant answers and a smooth, user-centric interaction experience. Key features included multilingual support (informal Singlish handling), chat history retrieval, feedback collection, voice output via the Web Speech API, and dynamic UI enhancements.&#13;
Stakeholder evaluations validated the system’s effectiveness, highlighting its potential for broader deployment within educational institutions.&#13;
&#13;
The project successfully showcases how AI-driven semantic chatbots can be integrated into higher education environments to improve information access, communication efficiency, and user satisfaction.
</summary>
<dc:date>2025-01-01T00:00:00Z</dc:date>
</entry>
<entry>
<title>PlanitGreen: A Gamified Tour Booking Platform to Promote Sustainable Travel Choices</title>
<link href="http://dlib.iit.ac.lk/xmlui/handle/123456789/2997" rel="alternate"/>
<author>
<name>Magdon Ismail, Noor Nisma</name>
</author>
<id>http://dlib.iit.ac.lk/xmlui/handle/123456789/2997</id>
<updated>2026-03-17T07:17:21Z</updated>
<published>2025-01-01T00:00:00Z</published>
<summary type="text">PlanitGreen: A Gamified Tour Booking Platform to Promote Sustainable Travel Choices
Magdon Ismail, Noor Nisma
The tourism industry plays a significant role in the global economy but also contributes &#13;
significantly to climate change through carbon emissions from transportation, accommodation, and other travel activities. As environmental concerns grow, eco-friendly tourism is gaining traction among pro-environmentalists. However, many travellers still lack awareness of the environmental impact of their choices and are often unmotivated to choose sustainable options, as they don't experience immediate benefits. &#13;
&#13;
To address this issue, PlanitGreen introduces a gamified tour booking platform that makes &#13;
sustainable travel easier, attractive, more rewarding, and engaging. It incentivizes eco-friendly choices through a points-based reward system, allowing travellers to earn and redeem Eco Points for booking environmentally responsible tours and unlock sustainability badges for achieving key milestones. The platform enhances transparency with sustainability metrics and enables direct contributions to climate action, through tree planting game elements. By incorporating ecogamification, this system enhances traveller engagement and motivation to make greener travel decisions.&#13;
&#13;
PlanitGreen is built using ASP.NET Core MVC in a three-tier client-server architecture, ensuring scalability and maintainability. The backend is developed with C# .NET 8 and Entity Framework Core 8.0.0, interacting with a SQL Server database for efficient data management. The frontend leverages HTML, CSS, and JavaScript.&#13;
&#13;
By embedding sustainability features into a conventional booking app, PlanitGreen addresses a key limitation of existing standalone eco-gamified platforms, which tend to appeal primarily to users who are already invested in environmental causes. This integration enables broader engagement by presenting sustainable options within a context that users are likely to engage with regardless of their environmental priorities. Thus, the project demonstrates how thoughtful software design can drive real-world change through simple, user-focused innovation.
</summary>
<dc:date>2025-01-01T00:00:00Z</dc:date>
</entry>
<entry>
<title>Requirement Based Academic Matchmaking Platform for Academic Institutes</title>
<link href="http://dlib.iit.ac.lk/xmlui/handle/123456789/2996" rel="alternate"/>
<author>
<name>Thennakoon, Tharindu</name>
</author>
<id>http://dlib.iit.ac.lk/xmlui/handle/123456789/2996</id>
<updated>2026-03-17T07:12:47Z</updated>
<published>2025-01-01T00:00:00Z</published>
<summary type="text">Requirement Based Academic Matchmaking Platform for Academic Institutes
Thennakoon, Tharindu
This project focuses on designing, developing, and evaluating Lecture Link, a web-based &#13;
platform intended to connect Sri Lankan academic institutions with qualified visiting &#13;
lecturers. Targeting the higher education sector, the system addresses the challenges of &#13;
lecturer recruitment by implementing a requirement-driven matchmaking mechanism based &#13;
on lecturer expertise, subject compatibility, and institutional standards. &#13;
The main purpose of the software is to streamline lecturer selection processes, reduce full&#13;
time staff workload, and enhance teaching quality through a responsive, scalable, and &#13;
secure platform. It enables institutions to register, post subject requirements, and match with &#13;
suitable visiting lecturers, while lecturers can manage profiles and express interest in &#13;
academic opportunities. &#13;
The backend of the application is built using Java Spring Boot, leveraging technologies such &#13;
as Hibernate ORM, MySQL database, Firebase Storage for file management, Spring &#13;
Security for authentication, and JavaMailSender for notifications. Machine learning &#13;
functionalities, including lecturer prediction, are powered by a separate Python Flask API &#13;
using Scikit-learn, Pandas, NumPy, and Joblib. Communication between the backend and &#13;
the AI API is achieved via RESTful services. &#13;
The frontend is developed using React with TypeScript and styled using Tailwind CSS, &#13;
ensuring a user-friendly and mobile-responsive interface. API interactions on the frontend &#13;
are managed via Axios. The application is aimed at cross-platform compatibility, being &#13;
accessible through all major web browsers on Windows, macOS, and Linux systems. &#13;
This project combines modern web development practices, cloud integration, AI-assisted &#13;
matching, and secure data management to create a sustainable solution for academic &#13;
resource optimization in Sri Lanka.
</summary>
<dc:date>2025-01-01T00:00:00Z</dc:date>
</entry>
<entry>
<title>EventEase Event Management System</title>
<link href="http://dlib.iit.ac.lk/xmlui/handle/123456789/2995" rel="alternate"/>
<author>
<name>Munasinghe, Isuru</name>
</author>
<id>http://dlib.iit.ac.lk/xmlui/handle/123456789/2995</id>
<updated>2026-03-17T07:09:44Z</updated>
<published>2025-01-01T00:00:00Z</published>
<summary type="text">EventEase Event Management System
Munasinghe, Isuru
EventEase is a web application that specializes in event planning and management. It ensures an easy experience for event organizers and attendees. The project is built around the simplification of event management through creating, editing, registration, and tracking features. System also consist of vendor suggestion feature which suggests suitable vendors for organizers based on budget limitations and service type, making the event planning more convenient.&#13;
&#13;
The application has a three-layered structure with HTML, CSS, and JavaScript on the frontend, a PHP based backend, and MySQL database. The system also uses SendGrid API for to send emails when an attendee registers for an event.&#13;
&#13;
The system allows functional requirements such as user login, event creation and management, vendor suggestion, and dynamic dashboards. The non-functional requirements are based on security, scalability, and simplicity. The app is designed to protect against CSRF, XSS, and SQL injection attacks, so the data remain secure and the users safe.&#13;
&#13;
This project has utilized concepts borrowed from similar systems in order to offer an end-user-centric experience with a tilt towards simplicity of use, security, and efficient event management. The result is a well-built system catering to event organizers, attendees, and system administrators. The app on the whole shows how technology can make event planning easier as well as enhance user experience.
</summary>
<dc:date>2025-01-01T00:00:00Z</dc:date>
</entry>
</feed>
