MINA is a modern and intelligent telemedicine platform developed as a university project, hackthon project to offer a seamless experience for online medical consultations, appointment bookings, and AI-assisted healthcare support.
Built using cutting-edge technologies like React, Firebase, Node.js, and Groq's LLaMA 4, MINA ensures a responsive interface, secure data handling, and AI-powered medical support for users.
- Geographic Barriers
- Time
- Lack Of Healthcare Professionals
- Frontend: React
- Styling: Tailwind CSS
- Backend: Node.js (Express)
- Database & Authentication: Firebase (Firestore, Firebase Authentication)
- AI Integration: Groq SDK (LLaMA 4 model)
- Video Calling: WebRTC
- Deployment: Firebase Hosting & Node.js Server
- Firebase-based login/signup for Patients and Doctors.
- For Patients: Book appointments by choosing a doctor, date, and time.
- For Doctors: View and manage appointments from their dashboard.
- First Aid Button: Offers immediate help on emergency topics.
- Disease Symptoms Button: Helps identify possible conditions based on user inputs.
- Health Report Reading Button: Explains complex medical terms and test reports.
- Bhuwan Bhatt: Backend
- Bishesh Maharajan: Frontend
- Manish Mandar: Fullstack
- Sanjeev Rai: Frontend
- Sudeep Shrestha:Backend
- Node.js: Ensure you have Node.js installed.
- Firebase: Set up a Firebase project and configure Firestore, Firebase Authentication, and Firebase Hosting.
- Groq SDK: Obtain access to Groq's LLaMA 4 model.
- Clone the repository:
git clone https://github.com/your-username/MINA.git
- Navigate to the project directory:
cd MINA - Install dependencies:
npm install
- Configure Firebase and Groq SDK in the
.envfile.
- Start the backend server:
cd backend node server.js - Start the frontend:
cd frontend npm start - Access the application in your browser at
http://localhost:3000.
- Fork the repository and create a new branch for your feature or bug fix.
- Submit a pull request with a clear description of your changes.
This project is licensed under the MIT License.