Hey there , this is a very raw version of what we have prepared but still i hope it will guide you somehow :
- the Ai2.py is the NLP algorithm usage is been shown . Mainly the the python library spacy is used for preprocessing and finding the similarity
- the firebase cloud stores the information regarding the feild and its description . the similarity method of spacy is used to find the most fitted table and feild of the .db file
- the Algo.py contains the flask rest api source code which will be used in the extension for getting the statments and applying the same logic used in Ai2.py