Skip to content

joshiadvait8/overcode-Tag-Prediction-Backend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

overcode Tag Prediction Backend API

Stack Overflow Question Tag Prediction api deployed on heroku

Endpoint

Example request

https://overcode-tag-ml-api.herokuapp.com/?q=mysql connection error in php

JSON response

{
  "tags": [
    "mysql",
    "php"
  ]
}

About

Stack Overflow Question Tag Prediction api deployed on heroku

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%