Skip to content

nabarvn/text-similarity-api

Repository files navigation

Text Similarity API

A powerful tool designed for developers to calculate the similarity between two text strings. This API leverages cosine similarity algorithm as a metric to provide accurate and efficient text comparison results.

Screenshot

View Project »

Running Locally

This application requires Node.js v16.13+.

Cloning the repository to the local machine:

git clone https://github.com/nabarvn/text-similarity-api.git
cd text-similarity-api

Installing the dependencies:

npm install

Running the application:

npm run dev

Tech Stack:

Credits

Learned a ton while building this project. All thanks to Josh for the next level (no pun intended) tutorial!


Don't forget to leave a STAR 🌟