Jeremy Live
upgrade v3
9d1a27b
|
raw
history blame
711 Bytes
metadata
title: Chatbot SQL Agent with Gemini
emoji: πŸ”
colorFrom: blue
colorTo: purple
sdk: gradio
sdk_version: 3.34.0
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 for more options.