Welcome to DiagnoCare, where we stand at the forefront of healthcare innovation by seamlessly integrating machine learning technology into the diagnostic process. Our platform is designed to empower both patients and healthcare providers, offering a comprehensive suite of features aimed at streamlining disease detection and management.
- Python
- React
- Flask Server
- React Js
- ZEGOCLOUD
- Stripe
- MongoDB 🍃
- GitHub : Version Control and Collaboration
- MongoDBCompass : Query Visualization
- Postman : API Testing and Development
- Backend Deployment: Hugging Face
- Frontend Deployment: Vercel
- Utilize algorithms to diagnose conditions such as diabetes, lung cancer, brain tumors, and Alzheimer's disease through numerical data and MRI images.
- Book appointments
- Share medical documents
- Consult with healthcare professionals via video conferencing, ensuring a patient-centric approach.
- Doctors can easily track patient histories
- Upload diagnostic reports for seamless continuity of care and informed decision-making.
- Finding Best Doctors
- Booking Appointment of doctor
- Making payment
- Online consultation
- Reviewing Doctor
- Clone the Repository
git clone https://github.com/desaimann37/DiagnoCare.git
cd DiagnoCare
- Backend Setup
cd backend
pip install -r requirements.txt
flask run
- Frontend Setup
cd frontend
npm install
npm start