- It is a conversational interface that enables users to query databases using natural language.
- It leverages Google's Gemini Pro via LangChain to translate user input into precise SQL queries, executes them on a SQLite database, and displays the results in a clean, readable format.
- Designed for both non-technical users and data analysts, this tool streamlines database interaction through intuitive, human-like prompts.
- Google's Gemini Pro
- StreamLit
- SQLite
- google-generativeai
