|
--- |
|
title: Chatbot SQL Agent with Gemini |
|
emoji: π |
|
colorFrom: blue |
|
colorTo: purple |
|
sdk: gradio |
|
sdk_version: "5.41.1" |
|
app_file: app.py |
|
pinned: false |
|
--- |
|
|
|
# Chatbot SQL Agent with Gemini |
|
|
|
A powerful chatbot that can answer questions by querying your SQL database using Google's Gemini model. |
|
|
|
## Features |
|
|
|
- Natural language to SQL query conversion |
|
- Interactive chat interface |
|
- Direct database connectivity |
|
- Powered by Google's Gemini AI |
|
|
|
## Setup |
|
|
|
1. Set up your environment variables in `.env` file |
|
2. Install dependencies: `pip install -r requirements.txt` |
|
3. Run the app: `python app.py` |
|
|
|
Check out the [configuration reference](https://huggingface.co/docs/hub/spaces-config-reference) for more options. |
|
|