Applying Machine Learning to solve real-world problems
วันนี้เราจะมาลองทำ Image Recognition API ด้วย TensorFlow Serving กัน ..และสร้าง client ในการเรียก prediction ไปที่ server ภายใน 15 นาที!!
Git Cheat Sheet, How-To, Tips, and Troubleshooting
Setup
git config –global user.namegit config –global user.email
Commit
git initgit add .git add -Agit commit…