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
To use a different dataset, replace the current dataset present in the corpus folder. Currently only text files are supported
Following python modules are required:
- pandas
- numpy
- pickle
- Rohith Saranga
- Kasuba Badri Vishal
- Rikil Gajarla
- JSNS Rahul