https://github.com/andrewssobral/model_as_a_service
Machine Learning Model as a Service
https://github.com/andrewssobral/model_as_a_service
machine-learning model-as-a-service python3 rest-api
Last synced: about 2 months ago
JSON representation
Machine Learning Model as a Service
- Host: GitHub
- URL: https://github.com/andrewssobral/model_as_a_service
- Owner: andrewssobral
- License: mit
- Created: 2019-08-30T13:51:18.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-18T16:53:55.000Z (almost 7 years ago)
- Last Synced: 2025-03-24T07:57:01.383Z (over 1 year ago)
- Topics: machine-learning, model-as-a-service, python3, rest-api
- Language: Jupyter Notebook
- Size: 11.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
==============================
Machine Learning Model Service
==============================
Running:
.. code-block:: bash
$ ./ml_service.py
Now open your browser and go to http://localhost:9090/api/ui/ to see the Swagger UI.
Prediction:
.. code-block:: bash
$ ./predict_api_example.py