Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

GeminiPro LLM converts natural language queries to SQL commands, GeminiPro generates SQL, executes it, and returns results. This simplifies data retrieval by eliminating the need for SQL expertise and streamlines database operations securely and efficiently.

NotificationsYou must be signed in to change notification settings

codeakki/TextToSQLUsingGENAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GeminiPro LLM converts natural language queries to SQL commands, GeminiPro generates SQL, executes it, and returns results. This simplifies data retrieval by eliminating the need for SQL expertise and streamlines database operations securely and efficiently.

How to run?

STEPS:

Clone the repository

Project repo: https://github.com/codeakki/TextToSQLUsingGENAI.git

STEP 01- Create a conda environment after opening the repository

conda create -n venv python=3.9 -y
conda activate venv

STEP 02- install the requirements

pip install -r requirements.txt

Create a.env file in the root directory and add your Pinecone credentials as follows:

GOOGLE_API_KEY ="xxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
# Finally run the following commandpython app.py

Now,

open up localhost:

Currently Sample table

Table

Sample

OpenAI Logo

Table

HuggingFace

https://huggingface.co/spaces/codeakki/TextToSQLUsingGENAI/tree/main

Techstack Used:

  • Python
  • Streamlit
  • google-generativeai
  • SqlLite

About

GeminiPro LLM converts natural language queries to SQL commands, GeminiPro generates SQL, executes it, and returns results. This simplifies data retrieval by eliminating the need for SQL expertise and streamlines database operations securely and efficiently.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp