RekhDekh is a healthcare app designed to bridge the gap between doctors and patients. It provides various information about medical institutions and simplifies access to medical consultations, hospital bookings, and lab tests.

For the main app,
- Make sure flutter is installed on the system.
- Open a terminal in the flutter directory.
- run
flutter pub get - run flutter app
For the additional features in python (blog, webcam)
Note: These have not been integrated into the main flutter app
- Make sure python is installed on the system.
- Open a terminal in the python directory.
- create a virtual environment and install dependencies as
python -m pip install -r requirements.txt - run
fastapi run webcam.pyand go to localhost:8000/ for live feed.


