- A complete interaction system b/w doctor and patients.
- Schedule a desired appointment with your doctor.
- View all your prescriptions and medical reports.
- Register hospitals and doctors
- Doctors can write digital prescriptions.
- Keep track of medical bills of the patient.
- NPS based feedback system which for patients which are approved by admin.
- Doctor Recommendation Engine based on symptoms experienced.
- NLP (Natural Language Based) review processing engine to analyze reviews of a doctor.
Demonstration Video Link : https://www.youtube.com/watch?v=JfvXUz7ba2s
- Install Stable version of Python from official website.
- Install Django,Django Rest Framework, PyCaret, and Textblob libraries in python.
- Run the folllowing command to start the server on localhost port 8000
python manage.py runserver
- Run frontend with any static webiste hosting application.
- You are good to go.
- Thanks
Add Hospital | Patient Signup |
---|---|
Patient Self Details | Doctor Add Medical Prescription |
---|---|
Patient View Medical Prescription | Patient Book Appointment with Doctor |
---|---|
Doctor Feedback Form | Doctor Reviews |
---|---|
Doctor Recommendation Engine | Services Addition |
---|---|
Search Doctor | Billings Approval |
---|---|