whoiskatrin / sql-translator
- среда, 15 марта 2023 г. в 00:13:37
SQL Translator is a tool for converting natural language queries into SQL code using artificial intelligence. This project is 100% free and open source.
SQL Translator is a tool for converting natural language queries into SQL code using artificial intelligence. This project is 100% free and open source.
Clone the repository:
git clone https://github.com/whoiskatrin/sql-translator.git
Install the required packages:
cd sql-translator
npm install
Input your OPENAI API key in the .env file, you can get your API key here:
OPENAI_API_KEY=$YOUR_API_KEY
Start the development server:
npm start
Once the development server is running, you can access the application by navigating to http://localhost:3000
in your web browser.
Enter a natural language query in the input box and click "Translate" to generate the corresponding SQL code. The generated SQL code will be displayed in the output box.
Contributions to SQL Translator are welcome and encouraged! To contribute, please follow these steps:
SQL Translator is released under the MIT License.