You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is a simple Patient Management System built using SQLite for the database and Python for generating fake data and visualizing data through a dashboard.
✨ Features
🗂️ Database:
SQLite database with three tables:
Patients: Stores patient details.
Appointments: Tracks appointments with doctors.
MedicalHistory: Logs patients' medical history.
🛠️ Data Population:
Python script to populate the database with fake data using the Faker library.
📊 Future Extension:
Interactive Python-based dashboard for visualization and data interaction.