An open API service indexing awesome lists of open source software.

https://github.com/subbareddy2004/lokesh-ai-bot


https://github.com/subbareddy2004/lokesh-ai-bot

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# HealthMate Assistant

A virtual health assistant chatbot powered by Google's Gemini 2.0 Flash model. This application helps users track their health goals, including weight management, fitness routines, and nutritional intake.

## Features

- **Personalized Health Guidance**: Provides customized advice based on user health goals
- **Interactive Chat Interface**: User-friendly design for easy interaction
- **Smart Onboarding**: Initial questionnaire to understand user health needs
- **Follow-up Assistance**: Remembers user data to provide context-aware follow-up support
- **Health-focused Responses**: AI is trained to focus only on health-related topics

## Technology Stack

- React 19
- Google Generative AI API (Gemini 2.0 Flash model)
- Styled Components
- Vite

## Getting Started

### Prerequisites

- Node.js 18 or higher
- NPM or Yarn

### Installation

1. Clone this repository

```bash
git clone https://github.com/your-username/health-mate-assistant.git
cd health-mate-assistant
```

2. Install dependencies

```bash
npm install
```

3. Set up environment variables (if needed)

```bash
# The API key is already included in the application code
```

4. Start the development server

```bash
npm run dev
```

5. Build for production

```bash
npm run build
```

## Usage

1. Upon loading, the chatbot will ask a series of health-related questions
2. Provide honest answers about your health goals and current habits
3. Receive a personalized health summary
4. Continue asking health-related questions for personalized guidance

## License

This project is licensed under the MIT License - see the LICENSE file for details.

## Acknowledgments

- Built with Google's Gemini 2.0 Flash model
- UI design inspired by modern healthcare applications
# lokesh-Ai-bot