Skip to content

sssionggg/cs410

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS410 Smarter App

API

# train link
POST /parse/link
params:
  link: the link of the page
  category: the category of the link
  
# train title
POST /parse/title
params:
  title: the title of the page
  category: the category of the link

# understand link
POST /understand/link
params:
  link: the link of the page
return:
  json: {"category":"category"}

# understand
POST /understand/title
params:
  title: the title of the page
return:
  json: {"category":"category"}

About

booksmart

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages