Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 400 Bytes

File metadata and controls

19 lines (10 loc) · 400 Bytes

Data Science API

A flask application for accessing the recommender engine

Usage

Details for accessing the API and expected responses

Recommender

BASE_URL:

URL: base_url/api/recommend/?

Parameters: search= (text to search by), qty= (number of responses to return)

Example: base_url/api/recommend/?search=some flowery blue bud&qty=10

Responses are in JSON format