Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/othman-birem/squire
Squire is a user-friendly application that translates natural language commands into SQL queries, streamlining database interactions for users. This project consists of a Python-powered model kernel and a .NET 6.0 WPF frontend, providing a seamless interface for natural language processing and database management.
https://github.com/othman-birem/squire
csharp netcore sql wpf xaml-ui
Last synced: about 1 month ago
JSON representation
Squire is a user-friendly application that translates natural language commands into SQL queries, streamlining database interactions for users. This project consists of a Python-powered model kernel and a .NET 6.0 WPF frontend, providing a seamless interface for natural language processing and database management.
- Host: GitHub
- URL: https://github.com/othman-birem/squire
- Owner: othman-birem
- License: mit
- Created: 2024-02-06T22:59:56.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-11-10T13:40:55.000Z (2 months ago)
- Last Synced: 2024-11-10T14:30:45.109Z (2 months ago)
- Topics: csharp, netcore, sql, wpf, xaml-ui
- Language: C#
- Homepage:
- Size: 648 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SQUIRE
Squire is a user-friendly application that translates natural language commands into SQL queries, streamlining database interactions for users. This project consists of a Python-powered model kernel and a .NET 6.0 WPF frontend, providing a seamless interface for natural language processing and database management.### Features
- **Natural Language to SQL**: Squire takes in natural language commands and translates them into SQL queries for easy database interactions.
- **Python Model Kernel**: The backend, built with Python, interprets commands and generates SQL.
- **WPF User Interface**: A modern, intuitive UI built in .NET 6.0 provides an accessible frontend for users.
### Getting Started
**1. Clone the Repository:**
```bash
git clone https://github.com/yourusername/squire.git
```
**2. Requirements:** Ensure you have .NET 6.0 and Python installed.
### Usage
Run the WPF app, enter natural language commands, and `SQUIRE` will generate SQL queries on the fly.
Suitable for those looking to interact with SQL databases without needing deep knowledge of SQL syntax.
### Contributing
Contributions are welcome! Feel free to open issues and submit pull requests to enhance `SQUIRE`.