Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 486 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 486 Bytes

DatasetSearch

Dataset search engine prototype

Instructions:

  1. Run Search.py
  2. Enter datasets database directory (e.g. ./ConvertedDatasets/)
  3. Enter filepath of dataset to be used as search term (e.g. ./ConvertedDatasets/somefilename.csv)
  4. 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