MedAi is a web-based application designed to streamline the process of accessing and managing patient medical records for healthcare professionals. Developed as a project for the SWE 363 course (Web Engineering and Development) at King Fahd University of Petroleum and Minerals (KFUPM), MedAi aims to provide a comprehensive and clear view of a patient's medical history, facilitating quicker and more informed medical decisions by doctors.
- Dashboard View: Access a centralized dashboard that displays detailed patient records, allowing healthcare professionals to quickly assess patient history, ongoing treatments, and medical data.
- User Authentication: Secure login system ensures that access to medical records is restricted to authorized personnel only, protecting patient confidentiality.
- Data Visualization: Leverage built-in tools to visualize medical data through charts and graphs, aiding in the analysis and understanding of patient health trends.
- Chatbot: MedAi provides a smart chatbot that assists users in finding information about patients.
- dashboard.html: The main interface for viewing and interacting with the medical records dashboard.
- login.html: Manages the authentication process for system access.
- settings.html: Provides options for customizing and configuring application settings.
- Frontend: HTML, CSS (Bootstrap 4), JavaScript
- Backend and Server: Firebase
To set up MedAi for development or testing, follow these steps:
- Clone the repository:
git clone <https://github.com/Yazeed-Alharbi/MedAi.git
> - Navigate to the project directory:
cd MedAi
- Open the dashboard.html, login.html, or settings.html in your browser to start interacting with the application.