https://github.com/tss-sniper/llm-powered-sql-assistant
This simple LLM application translates your plain English queries into SQL commands and retrieves answers directly from the DB.
https://github.com/tss-sniper/llm-powered-sql-assistant
api gemini-pro llm python sql sqlite streamlit
Last synced: 7 months ago
JSON representation
This simple LLM application translates your plain English queries into SQL commands and retrieves answers directly from the DB.
- Host: GitHub
- URL: https://github.com/tss-sniper/llm-powered-sql-assistant
- Owner: TSS-sniper
- Created: 2024-02-07T18:37:00.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-23T23:06:22.000Z (7 months ago)
- Last Synced: 2025-06-24T00:22:51.915Z (7 months ago)
- Topics: api, gemini-pro, llm, python, sql, sqlite, streamlit
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LLM-Powered SQL Assistant
## Objective:
* 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.
## Tools and Technologies used:
* Google's Gemini Pro
* StreamLit
* SQLite
* google-generativeai
## Project Interface:
