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

https://github.com/tss-sniper/sql-llm-project

This simple LLM application translates your plain English queries into SQL commands and retrieves answers directly from the DB.
https://github.com/tss-sniper/sql-llm-project

api gemini-pro llm python sql sqlite streamlit

Last synced: 3 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

        

# SQL LLM Application
## Objective:
* This project aims to develop a simple and user-friendly LLM application that can translate human natural language query into a SQL query, retrieve data from the database, and present the results in a clear format.
* This project leverages Google's Gemini Pro API to translate natural language queries into accurate SQL statements, using those it retrieves the data from the Database (i.e student.db in this case) and returns the result.
## Tools and Technologies used:
* Google's Gemini Pro API
* StreamLit
* SQLite
* google-generativeai
## Result Interface:
![result_interface](https://github.com/TSS-sniper/SQL_LLM_pro/assets/121627136/2305e272-7a58-4876-975c-231e19e474ae)