Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 613 Bytes

File metadata and controls

29 lines (24 loc) · 613 Bytes

Locality-Sensitive-Hashing

A python implementation of localitiy sensitive hashing(lsh).

To run, clone repo first using:

git clone https://github.com/RikilG/Locality-Sensitive-Hashing.git

then run using python

cd Locality-Sensitive-Hashing
python main.py

Dataset

To use a different dataset, replace the current dataset present in the corpus folder. Currently only text files are supported

Dependencies

Following python modules are required:

  • pandas
  • numpy
  • pickle

Team Members

  • Rohith Saranga
  • Kasuba Badri Vishal
  • Rikil Gajarla
  • JSNS Rahul