This Personalized Health Assistant is a web application built with React, TypeScript, and Vite. It leverages the Google Generative AI API to provide users with health-related information and assistance.
-
Symptom Checker: Users can input their symptoms and receive general health insights and advice on when to seek professional medical help.
-
Personalized Recommendations: The app provides tailored health and wellness recommendations covering diet, exercise, sleep, and stress management.
-
Virtual Health Coach: An interactive chat interface where users can ask health-related questions and receive informative responses.
-
Clone the repository:
git clone https://github.com/HokenTech/Personal-Health-Assistant.git cd personalized-health-assistant -
Install dependencies:
npm install -
Create a
.envfile in the root directory and add your Google AI API key:VITE_GOOGLE_AI_API_KEY=your_api_key_hereReplace
your_api_key_herewith your actual Google AI API key.
To start the development server:
npm run dev
The application will be available at http://localhost:5173 (or another port if 5173 is in use).
To create a production build:
npm run build
The built files will be in the dist directory.
- React
- TypeScript
- Vite
- Tailwind CSS
- Google Generative AI API
- This application is for informational purposes only and should not be used as a substitute for professional medical advice, diagnosis, or treatment.
- Always consult with a qualified healthcare provider for medical concerns.
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License.