Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdxabu/llama-nl2sql
Leveraging Open-Source AI Models for Natural Language to SQL Query Translation: An Implementation Using LLama
https://github.com/mdxabu/llama-nl2sql
ai-models llama ollama sql
Last synced: 13 days ago
JSON representation
Leveraging Open-Source AI Models for Natural Language to SQL Query Translation: An Implementation Using LLama
- Host: GitHub
- URL: https://github.com/mdxabu/llama-nl2sql
- Owner: mdxabu
- License: mit
- Created: 2024-11-22T15:25:54.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-24T04:12:47.000Z (about 1 month ago)
- Last Synced: 2024-11-30T06:21:46.666Z (about 1 month ago)
- Topics: ai-models, llama, ollama, sql
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# llama-nl2sql: Leveraging Open-Source AI Models for Natural Language to SQL Query Translation: An Implementation Using LLama
## Introduction
This project aims to leverage open-source AI models to translate natural language queries into SQL queries. The implementation utilizes the LLama model to achieve this translation effectively.## Features
- Natural language to SQL query translation
- Utilizes the LLama AI model
- Supports various SQL databases## Installation
To install the necessary dependencies, run:
```bash
pip install -r requirements.txt
```## Usage
To use the model for translating natural language to SQL, run:
```bash
python src/main.py
```## Contributing
We welcome contributions! Please fork the repository and submit a pull request.## License
This project is licensed under the MIT License.## Contact
For any questions or feedback, please contact us at [[email protected]].