We are developing a web application where users can upload files (TXT, JSON, PDF, CSV), convert them into datasets, and query them using natural language, which will be internally translated into SQL
We are developing a web application where users can upload files (TXT, JSON, PDF, CSV), convert them into datasets, and query them using natural language, which will be internally translated into SQL queries to generate results
We have built the application using MERN to take input of txt,json,csv and convert into csv to operate sql query on it and generate the query from natural language taken in input using t5 model.
NA