Skip to content

divakarkumarp/Text-To-SQL-LLM-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

End to End Text To SQL LLM App Using Google Gemini Pro

image

This app lets you ask questions about data in plain English. It then translates those questions into SQL, a language databases understand, and retrieves the data for you. It simplifies data exploration for everyone, even those with no coding experience.

image

Overview:

Software And Tools Requirements

  1. Github Account
  2. Google Gemini Pro
  3. SQLite
  4. Visual Studio Code
  5. GitCLI

Technology and tools wise this project covers,

  1. Python
  2. Google Gemini Pro
  3. SQLite
  • Framework: Streamlit
  • Database: SQLite

Technologies Used: