Natural Language Database Lookup System (dbGPT)
Explore databases without writing complex SQL queries.

PROBLEM
STATEMENT
Corporate clients always find it hard to explore their way through databases because they lack SQL expertise. Hence, they need an easier way to view the schema and analyze the results.
SOLUTION
We created an intelligent lookup system (using the OpenAI) that can understand natural language prompts and convert them into SQL queries to retrieve the required information from a database.
Input
Natural language query to explain the required information.
Output
Desired results in the form of a table or value(s).