An open API service indexing awesome lists of open source software.

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.

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:
![result_interface](https://github.com/TSS-sniper/SQL_LLM_pro/assets/121627136/2305e272-7a58-4876-975c-231e19e474ae)