This project implements a hierarchical clustering algorithm for image recognition tasks using KD-Trees.
-
Clone the Repository
git clone https://github.com/NeerajKumar-1044/KDTreeImageClustering.git
-
Install dependencies:-
cd KDTreeImageClustering/Project npm i
-
Compile C++ Files
g++ histogram.cpp -o histogram ./histogram g++ project.cpp -o project ./project
-
Start server
npm run start
Go to - http://localhost:8000