Health Persona AI is an innovative application that leverages OpenAI's powerful language models to provide personalized health advice, wellness tips, and medical information. The goal of this project is to create a virtual health assistant that can engage users in meaningful conversations about their health and well-being.
- Personalized Health Advice: Offers tailored recommendations based on user inputs and health queries.
- 24/7 Availability: Provides instant responses to health-related questions at any time.
- User Engagement: Engages users with interactive dialogues to understand their health needs better.
- Data Privacy: Ensures user data is handled with the utmost confidentiality and security.
- OpenAI API: Utilized for natural language processing and generating responses.
- Next.js: A React framework for building server-rendered applications.
- TypeScript: Adds static typing to JavaScript for improved code quality.
- Tailwind CSS: A utility-first CSS framework for designing responsive interfaces.
- Node.js: Backend environment for handling requests and managing API interactions.
To set up the project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/DivinerX/vita-v2.git cd health-persona-ai -
Install the dependencies:
npm install
-
Set up environment variables: Create a
.envfile in the root directory and add your OpenAI API key:OPENAI_API_KEY=your_openai_api_key
-
Start the development server:
npm run dev
-
Open your browser and navigate to
http://localhost:3000.
Once the application is running, users can start interacting with the health persona by entering their health-related questions in the chat interface. The AI will respond with relevant advice and information based on the input provided.
Contributions are welcome! If you have suggestions for improvements or new features, please fork the repository and submit a pull request.
- Fork the repository.
- Create your feature branch:
git checkout -b feature/YourFeature
- Commit your changes:
git commit -m 'Add some feature' - Push to the branch:
git push origin feature/YourFeature
- Open a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
- OpenAI for providing the API that powers the health persona.
- The open-source community for their invaluable contributions and support.