- Notifications
You must be signed in to change notification settings - Fork0
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.
codeakki/TextToSQLUsingGENAI
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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.
Clone the repository
Project repo: https://github.com/codeakki/TextToSQLUsingGENAI.git
conda create -n venv python=3.9 -y
conda activate venv
pip install -r requirements.txt
GOOGLE_API_KEY ="xxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
# Finally run the following commandpython app.py
Now,
open up localhost:
https://huggingface.co/spaces/codeakki/TextToSQLUsingGENAI/tree/main
- 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
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.