Skip to content

virgoaugustine/text-similarity-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text Similarity REST API with Flask and MongoDB

A RESTful API that returns how much similar two texts are using Natural Language Processing. Information is saved to a Mongo Database.

See how the API works

https://virgoaugustine.github.io/text-similarity-frontend

API

/register

  • POST: Register as a new user to access the API
          { 
            "name": "",
            "username": "",
            "email": "",
            "password":""
          }

/login

  • POST: Login as an existing user to access the API
          { 
            "username": "",
            "password":""
          }

/detect

  • POST : Find the similarity between two texts.
            { 
              "username": "",
              "text1":"",
              "text2":""
             }

/refill

  • POST: Refill a user's tokens
  {
    "username": "",
    "admin_password": "",
    "refillNumber": ""
  }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages