Skip to content

Hierarchical Clustering for Image Recognition Using KD-Trees

Notifications You must be signed in to change notification settings

NeerajKumar-1044/KDTreeImageClustering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KDTreeImageClustering

This project implements a hierarchical clustering algorithm for image recognition tasks using KD-Trees.

Installation Instructions

  1. Clone the Repository

    git clone https://github.com/NeerajKumar-1044/KDTreeImageClustering.git
    
  2. Install dependencies:-

    cd KDTreeImageClustering/Project
    npm i
    
  3. Compile C++ Files

    g++ histogram.cpp -o histogram ./histogram
    g++ project.cpp -o project ./project
    
  4. Start server

    npm run start

Go to - http://localhost:8000

About

Hierarchical Clustering for Image Recognition Using KD-Trees

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages