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.
app/app.py: Main application filehelper/api_helper.py: SQL schemas and helper functionsinterface_helper.py: UI and data processing helperslog_helper.py: Logging helpers
- Natural language to SQL query generation
- Industrial data model (Factory, Area, Line, etc.)
- No real data, only sample schemas and test code
- Install required Python packages:
pip install -r requirements.txt
- Start the application:
python app/app.py
- The project is for testing and demo purposes.
- No company or customer data is included.
- SQL schemas are provided as examples.
Developer: Hasan Bakr