🚀 I share bite-size practical machine learning deployment tips
💡 Current Projects👉 https://t.co/ClHoj7uDia
🎉 My best Tweets👉 https://t.co/2YzTSSRucv
Feb 14, 2023 • 20 tweets • 8 min read
Tired of training models that never see the light of day? Don't let your hard work go to waste!
In this 🧵, I'll show you how to pick from over 900+ models from TIMM by @wightmanr , train them with Fastai by @jeremyphoward , and deploy them on Android – all for free.
⚡ You will learn how to:
▶ Load a model from TIMM and train it with Fastai.
▶ Export the trained model with TorchScript for inference.
▶ Create a functional Android app and run the inference on your device.
🔥 Inference time is about 100-200ms on my Pixel 3 XL!
May 20, 2022 • 19 tweets • 8 min read
Deploying GPT-like language models on a chatbot is tricky.
You might wonder
• How to access the model?
• Where to host the bot?