Skip to content

An implementation of Locality sensitive hashing

Notifications You must be signed in to change notification settings

RikilG/Locality-Sensitive-Hashing

Repository files navigation

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

About

An implementation of Locality sensitive hashing

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages