AI Chatbot Desktop App
This is a simple desktop chatbot application built using PySide6 for the GUI and Google Generative AI (Gemini) for natural language responses. Chat conversations are stored locally in an SQLite database.
Clean PyQt-based GUI for chatting
Real-time AI-generated responses via genai.Client
Local storage of all chat history in chat_db.db
Technologies Used
Python 3
PySide6 – GUI framework
Google Generative AI Client (genai) – for chatbot responses
SQLite – lightweight local database
..............

