Create an AI tool that could perform inference on a database within a web application.
The main idea was for the AI to understand context based on a series of questions and transform it into an SQL query or Python code to generate a prompt with the response.
How did we support and what was achieved?
We achieved inference from text on a database, deployed on a web application for user interaction.
The user asked a series of questions, and the AI transformed the text into code, querying the database to provide a response in text.
The AI was developed using Azure cognitive services and OpenAI for understanding and transforming text into code, and a web application was deployed for user interaction.