nabarvn / text-similarity-api

An API for devs to calculate the similarity between 2 text strings.

Home Page:https://text-similarity-api.nabarun.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 🌟

About

An API for devs to calculate the similarity between 2 text strings.

https://text-similarity-api.nabarun.app


Languages

Language:TypeScript 99.3%Language:SCSS 0.4%Language:JavaScript 0.3%