Skip to content

hasan-bakr/Chatbot-to-Natural-Language-to-SQL-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chatbot-to-Natural-Language-to-SQL

This project is a chatbot application that converts natural language queries into SQL queries. It includes sample table schemas for industrial data querying and production line modeling. No real company data or sensitive information is included.

Folder Structure

  • app/
    • app.py: Main application file
    • helper/
      • api_helper.py: SQL schemas and helper functions
      • interface_helper.py: UI and data processing helpers
      • log_helper.py: Logging helpers

Features

  • Natural language to SQL query generation
  • Industrial data model (Factory, Area, Line, etc.)
  • No real data, only sample schemas and test code

Setup

  1. Install required Python packages:
    pip install -r requirements.txt
  2. Start the application:
    python app/app.py

Notes

  • The project is for testing and demo purposes.
  • No company or customer data is included.
  • SQL schemas are provided as examples.

Developer: Hasan Bakr

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages