E5C0 GitHub - nabarvn/text-similarity-api: An API for devs to calculate the similarity between 2 text strings. · GitHub
[go: up one dir, main page]

Skip to content
master

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Setting up the .env file:

cp .env.example .env

Important

Ensure you populate the variables with your respective API keys and configuration values before proceeding.

Configuring Prisma:

npx prisma generate
npx prisma db push

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 🌟

Contributors

Languages

0