Welcome to Vitality Health API, your medical AI assistant designed to help you understand your symptoms and provide valuable insights based on your health information.
- Symptom Analysis: Submit your symptoms and receive a detailed analysis, potential conditions, general recommendations, and warning signs.
- Critical Condition Detection: The API intelligently identifies critical conditions that require immediate medical attention.
- User-Friendly Interface: Easy to integrate with your applications and services.
- Node.js: The server-side runtime environment for executing JavaScript.
- Express.js: A minimal and flexible Node.js web application framework.
- Google Generative AI: Harness the power of AI to analyze symptoms and generate health insights.
- dotenv: For managing environment variables securely.
To get started, clone the repository and install the necessary dependencies:
git clone https://github.com/codewithlfn/vitality-health-api.git
cd vitality-health-api
npm install
We welcome contributions! If you have ideas for new features or improvements, feel free to submit a pull request or open an issue.
- OpenAI for inspiring the creation of intelligent applications.
- Vercel for providing an easy platform to deploy our API.