All Projects → tuvovan → ml_in_production

tuvovan / ml_in_production

Licence: other
A set of demo of deploying a Machine Learning Model in production using various methods

Programming Languages

python
139335 projects - #7 most used programming language
Dockerfile
14818 projects
shell
77523 projects

Projects that are alternatives of or similar to ml in production

fastapi-template
Completely Scalable FastAPI based template for Machine Learning, Deep Learning and any other software project which wants to use Fast API as an API framework.
Stars: ✭ 156 (+218.37%)
Mutual labels:  mlops, fastapi
MLOps
MLOps template with examples for Data pipelines, ML workflow management, API development and Monitoring.
Stars: ✭ 28 (-42.86%)
Mutual labels:  mlops, fastapi
chitra
A multi-functional library for full-stack Deep Learning. Simplifies Model Building, API development, and Model Deployment.
Stars: ✭ 210 (+328.57%)
Mutual labels:  mlops, fastapi
ck-mlops
A collection of portable workflows, automation recipes and components for MLOps in a unified CK format. Note that this repository is outdated - please check the 2nd generation of the CK workflow automation meta-framework with portable MLOps and DevOps components here:
Stars: ✭ 15 (-69.39%)
Mutual labels:  mlops
CourseCake
By serving course 📚 data that is more "edible" 🍰 for developers, we hope CourseCake offers a smooth approach to build useful tools for students.
Stars: ✭ 21 (-57.14%)
Mutual labels:  fastapi
gpt-j-api
API for the GPT-J language model 🦜. Including a FastAPI backend and a streamlit frontend
Stars: ✭ 248 (+406.12%)
Mutual labels:  fastapi
FakeFinder
FakeFinder builds a modular framework for evaluating various deepfake detection models, offering a web application as well as API access for integration into existing workflows.
Stars: ✭ 29 (-40.82%)
Mutual labels:  mlops
krsh
A declarative KubeFlow Management Tool
Stars: ✭ 127 (+159.18%)
Mutual labels:  mlops
jimbru
A lightweight analytics server with FastAPI and deta.sh Base as DB. A glorified hit-counter of sorts 😁
Stars: ✭ 43 (-12.24%)
Mutual labels:  fastapi
fastapi-csv
🏗️ Create APIs from CSV files within seconds, using fastapi
Stars: ✭ 46 (-6.12%)
Mutual labels:  fastapi
Verdant Search
用python+fastapi实现的搜索引擎
Stars: ✭ 13 (-73.47%)
Mutual labels:  fastapi
ark-invest-api
📈 API for tracking holdings and trades of ARK Invest funds
Stars: ✭ 49 (+0%)
Mutual labels:  fastapi
random-dose-of-knowledge
Using the latest Software Engineering practices to create a modern and simple app.
Stars: ✭ 26 (-46.94%)
Mutual labels:  fastapi
recommendations-for-engineers
All of my recommendations for aspiring engineers in a single place, coming from various areas of interest.
Stars: ✭ 81 (+65.31%)
Mutual labels:  mlops
Text-Summarization
Abstractive and Extractive Text summarization using Transformers.
Stars: ✭ 38 (-22.45%)
Mutual labels:  fastapi
favv
Fullstack Web Application Framework With FastAPI + Vite + VueJS. Streamlit for rapid development.
Stars: ✭ 17 (-65.31%)
Mutual labels:  fastapi
HibiAPI
一个实现了多种常用站点的易用化API的程序 / A program that implements easy-to-use APIs for a variety of commonly used sites.
Stars: ✭ 427 (+771.43%)
Mutual labels:  fastapi
fastapi-fullstack-boilerplate
A full stack (monolith) boilerplate for FastAPI
Stars: ✭ 92 (+87.76%)
Mutual labels:  fastapi
fasthtmx
FastAPI-HTMX Demo Project
Stars: ✭ 62 (+26.53%)
Mutual labels:  fastapi
fastapi-saas-base
Fast API SAAS Base App
Stars: ✭ 47 (-4.08%)
Mutual labels:  fastapi

Machine Learning Model in Production

This git is for those who have concern about serving your machine learning model to production.

Overview

The tutorial will show you how to deploy your Tensorflow (Keras) model (specifically ResNet50 pretrained on Imagenet) using:

Note: This git is the my collected knowledge during my on-going journey to this interesting part of Machine Learning, so there will be some mistakes or misunderstanding. For those who detect any faults, send me a pull request and contribute!

How to use

Each method will be in each different folder with its corresponding Readme file.

Acknowledgement

Those methods are what I found on the internet with a thorough check and run test on my Mac. Things maybe different on each computer and operation system.

If you hit any problem when you try to run any of those methods, leave a issue and I will get back shortly.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].