A flask application for accessing the recommender engine
Details for accessing the API and expected responses
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