nithishdivakar / algorithm-as-micro-service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Algorithm as micro service

This repository contains codes which can help run a simple algorithm as a micro service. The algorithm can be writen as a simple input to output transformation format and the supporting codes in this repo will help host it as a rest apii which can handle multiple requests at once. The results are returned as a json response.

Assumptions

The algorithm always takes in a file and input and the output is a python dictionary which can be easily converted to json format. This easily includes most machine learning algorithms.

About

License:Apache License 2.0


Languages

Language:Python 96.5%Language:Shell 2.1%Language:Makefile 1.5%