Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

SQL Chatbot

A conversational AI assistant that helps users interact with databases using natural language. This chatbot can understand SQL-related queries and provide appropriate responses.

Features

  • Natural language to SQL query conversion
  • Interactive chat interface
  • Database query assistance
  • SQL syntax help and guidance

Setup

  1. Create a virtual environment:
python -m venv env
source env/bin/activate  # On Windows: env\Scripts\activate
  1. Install dependencies:
pip install -r requirements.txt
  1. Run the application:
python sqlchatbot.py

Requirements

  • Python 3.8+
  • Dependencies listed in requirements.txt

Project Structure

  • sqlchatbot.py: Main application file
  • requirements.txt: Project dependencies
  • env/: Virtual environment directory

Usage

Run the application and interact with the chatbot through the command-line interface. The chatbot will help you with SQL-related queries and provide guidance on database operations.