BK Bot is a conversational AI interface powered by Google's advanced language models. Designed to focus on intuitive interactions, BK Bot provides relevant and contextual responses to natural language queries.
- Natural Language Understanding: Understands and responds to user queries conversationally.
- Contextual Awareness: Maintains context throughout the conversation for more meaningful interactions.
- Google AI Integration: Leverages the power of Google's state-of-the-art AI technology.
- Prerequisites: Node.js (v18+) and npm.
- Clone:
git clone https://github.com/bkpecho/bk-bot.git
- Install:
npm install
- Environment:
- Create
.env
:NUXT_GEMINI_API_KEY=YOUR_GOOGLE_AI_API_KEY
(Obtain GOOGLE API key here)
- Create
- Run:
npm run dev
- Access at:
http://localhost:3000
- Access at:
- Integration of additional Google AI features.
- Exploration of other AI models and capabilities.
- Frontend: Nuxt.js, Tailwind CSS, DaisyUI
- AI: Google AI Multi-Turn Conversations
This project is licensed under the MIT License.