Gunglz is a chatbot application developed using the Next.JS, Tailwind CSS and Google Generative AI. It enables users to create intelligent chatbots efficiently. This application incorporates both the bot's artificial intelligence component and chat management system, while also supporting seamless integration of REST APIs and comes equipped with numerous features, including learning capabilities, memory retention, topic-based conversation handling.
Demolive_AIChatbot.mp4
- Personalized AI chatbot
- Conversational memory and Chat History
- Dark mode
- Responsive with all devices
- NextJS
- Tailwind CSS
- React Router
- Clone this repository :
git clone https://github.com/SupakunZ/Gunglz_Chatbot.git
- Navigate to the project folder and install dependencies :
cd Gunglz_Chatbot
npm install
- Launch the application in development mode :
npm run dev