Deploying Your FastHTML and Cloudinary Integrated App – ep.5

In this episode, we’ll cover how to deploy your FastHTML app that’s integrated with Cloudinary to a production environment. By the end of this tutorial, you’ll know how to prepare your app for deployment, select a hosting platform, and get your web app live for users to access.

Enhancing Media Management with Cloudinary and FastHTML – ep.4

In this episode, we’ll explore how to enhance media management in your FastHTML app using advanced features of Cloudinary. You’ll learn how to apply image transformations, support video uploads, and implement tagging and search functionalities to manage your media effectively.

Displaying Cloudinary Images in FastHTML – ep.3

In this episode, we’ll learn how to dynamically retrieve and display images from Cloudinary in a FastHTML app. By the end of this tutorial, you’ll be able to create a simple image gallery that fetches images from your Cloudinary account and displays them on your webpage.

Introduction to FastHTML and Cloudinary – ep.1

In this episode, we’ll introduce FastHTML and Cloudinary, set up the development environment, and create a basic project structure. By the end of this episode, you’ll have a simple FastHTML app running locally and be ready to integrate Cloudinary for media management.

TensorFlow.js converter คืออะไร สอน tensorflowjs_converter แปลงโมเดล Pre-trained ใน Python เป็น JavaScript JSON ไว้ใช้ใน TensorFlow.js – tfjs ep.9

เนื่องจากใน Web Browser มีทรัพยากรจำกัด การที่เราจะใช้ TensorFlow.js เทรนโมเดลตั้งแต่ต้น จะทำให้เสียเวลาค่อนข้างมาก ในการใช้งาน TensorFlow.js ส่วนใหญ่ เราจึงจะต้องการเทรนโมเดล ด้วยภาษา Python บน Cloud หรือ เครื่อง Server ขนาดใหญ่ ที่มี GPU ความเร็วสูง เมื่อเรียบร้อยแล้ว แล้วนำโมเดลนั้นมาแปลง Convert เพื่อไป Load ใช้งานบน Web Browser รัน JavaScript อีกทีหนึ่ง

MobileNet คืออะไร สอน TensorFlow.js สร้าง Image Classification จำแนกรูปภาพ จาก MobileNet โมเดลสำเร็จรูป – tfjs ep.7

ใน ep นี้เราจะเรียนรู้การสร้าง Image Classification แบบ Multi-class Classification จำแนกรูปภาพ ด้วย TensorFlow.js โดยใช้โมเดลสำเร็จรูป MobileNet ซึ่งเป็นโมเดลขนาดเล็ก ไม่ใช้ Memory มาก เหมาะสำหรับรันบน Web Browser และ อุปกรณ์ขนาดเล็ก ด้วยภาษา JavaScript

สอน TensorFlow.js สร้าง NLP Toxicity Classifier จำแนกคำพูด Toxic จากโมเดลสำเร็จรูป – tfjs ep.6

ใน ep นี้เราจะเรียนรู้การสร้าง Toxicity Classifier แบบ Multi-label Classification จำแนกคำพูด Toxic ซึ่งเป็นงานด้าน NLP โดยใช้โมเดลสำเร็จรูป สำหรับภาษา JavaScript ด้วย TensorFlow.js