Welcome to the MediAssist web app repository for HackOps 1.0!
MediAssist is a web application designed to enhance productivity in the medical field. It provides AI-powered medical advice, locates nearby hospitals and pharmacies, and offers comprehensive medication information. This app aims to streamline access to critical medical information, improving efficiency and response times in urgent situations.
- Symptom Checker: Enter symptoms to receive AI-powered medical advice and relevant information.
- Hospital and Pharmacy Finder: View nearby hospitals and pharmacies on a map, with contact information and navigation options.
- Medication Information: Search for medications, view detailed information, save to profile, and set dosage reminders.
- User Profile Management: Store and manage personal medical records, allergies, existing conditions, and current medications.
- Settings: Customize profile, notification preferences, and app settings.
- Next.js: For building the web application.
- Anthropic API: For AI-powered symptom analysis and medical advice.
- Firebase: For user authentication and database management.
- Google Maps API: For location services and navigation.
- Node.js
- Firebase account and project setup
- Google Maps API key
- Anthropic API key
-
Clone the repository:
git clone https://github.com/yourusername/MediAssist.git cd MediAssist
-
Install dependencies:
npm install
-
Set up environment variables:
- Create a
.env.local
file in the root directory. - Add your Firebase configuration, Google Maps API key, and Anthropic API key to the
.env.local
file.
- Create a
-
Start the application:
npm run dev
We welcome contributions from the community! Please fork the repository and create a pull request with your changes. Ensure your code follows the project's coding standards and includes relevant tests.
This project is licensed under the MIT License. See the LICENSE file for more details.
For any questions or feedback, please open an issue or contact us at [email protected].