Skip to content

SpellOnYou/deploy_ML_model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ML-deployment

  • repo for deploy ML model
  • Not focusing on enhance accuracy but on deploying model
Building ML Powered App: Going from Idea to Product TinyML: ML with TFLite on Android and Ultra-Low-Power Microcontrollers Practical DL for Cloud, Mobile, and Edge

1. Website deployment

Test here

branch website

2. Converting Pytorch to Tensorflow

  1. convert pytorch params and models to onnx format (with pytorch model)
  2. onnx file to checkpoint meta file of tensorflow
  3. meta to tensorflow protbuf

You can find whole the code here: Colab

branch onnx


Reference

About

real world project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages