Dataset search engine prototype
Instructions:
- Run Search.py
- Enter datasets database directory (e.g. ./ConvertedDatasets/)
- Enter filepath of dataset to be used as search term (e.g. ./ConvertedDatasets/somefilename.csv)
- Filename of closest dataset to the search term from the database will be printed.
Dataset search is done using faiss (https://github.com/facebookresearch/faiss) and metafeatures extraction is done using https://github.com/Seris370/Test