Patient Vitals Monitoring System
Problem Statement
Healthcare providers need a reliable way to monitor patient vital signs in real-time, enabling quick responses to potential emergencies and improving patient care. This project was built to create a centralized and interactive web dashboard for this purpose.
Technologies Used
Process & Challenges
The primary challenge was handling a continuous stream of real-time data efficiently. I used WebSockets to establish a persistent connection between the server and the client, ensuring minimal latency. The FastAPI backend was designed to process incoming data from mock sensors and broadcast it to the dashboard.
What I Learned
This project provided deep experience in backend development with FastAPI and real-time web communication. I also honed my skills in creating dynamic and responsive data visualizations on the frontend using Chart.js.