Database Query Assistant is an AI-powered tool that allows users to interact with databases using natural language, eliminating the need for SQL knowledge. Simply type queries in plain English, and the AI translates them into optimized SQL statements to fetch results instantly.
- Natural Language Interface: Query databases using plain English.
- AI-Powered Query Translation: Converts user input into SQL.
- Instant Data Retrieval: Efficiently fetches data from PostgreSQL.
- User-Friendly Interface: Built using Streamlit for seamless interaction.
- Secure Database Connectivity: Ensures safe and reliable connections to databases.
- Connect to a PostgreSQL database.
- Input a query in natural language, such as "Show me all orders from last month."
- AI (powered by OpenAI and LangChain) translates it into SQL.
- The system runs the SQL query and fetches the data.
- Results are displayed instantly in the Streamlit interface.
- Frontend: Streamlit
- Framework: LangChain (Python-based)
- LLM: OpenAI for query translation
- Database: PostgreSQL
- Deployment: Render.com
- Python 3.8+
- PostgreSQL database
- API key for OpenAI (required for AI processing)
- Clone the repository:
git clone https://github.com/rajeevrj256/AI_Powered_Database_Manager_SQL cd AI_Powered_Database_Manager_SQL
- Install dependencies:
pip install -r requirements.txt
- Set up environment variables:
Create a .env file and add:
OPENAI_API_KEY=your_openai_api_key
4.Run the application:
Streamlit run UI.py
-
Support for MySQL, Microsoft SQL Server, and Oracle.
-
Voice-based query processing.
-
AI-powered query optimization.
-
Role-based access control for enhanced security.
https://ai-powered-database-manager-sql.onrender.com/
Contributions are welcome! Feel free to open an issue or submit a pull request.