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.
Category Archives: Web Development
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.
Uploading Images to Cloudinary with FastHTML – ep.2
In this episode, we’ll learn how to upload images to Cloudinary directly from a FastHTML app. We’ll build a simple image upload form, handle the form submission, and integrate Cloudinary’s Upload API to store the images.
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.
Flask คืออะไร พัฒนาเว็บ Web Application ด้วยภาษา Python สอนใช้งาน ตัวอย่าง Flask Framework ติดตั้ง บน Heroku by Example – heroku ep.2
ใน ep ก่อน เราได้สมัคร Account ของ Heroku เรียบร้อยแล้ว ดังนั้นใน ep นี้เราจะมาสร้าง App ง่าย ๆ ด้วยภาษา Python และ Flask Framework แล้ว Deploy ขึ้นไปยัง Heroku ให้ User สามารถเข้ามาใช้ได้ผ่านทาง Internet
Heroku คืออะไร สอน Heroku ภาษาไทย เริ่มต้น สมัครใช้งาน Heroku PaaS – heroku ep.1
ปัจจุบันในการพัฒนาซอฟแวร์ มี Service หรือบริการพื้นฐานให้เราเลือกใช้มากมาย แบ่งเป็นหลายระดับ (Iaas, PaaS, Saas), หลายราคา แต่มีอยู่บริการหนึ่งชื่อว่า Heroku จากบริษัท Saleforce ที่มีแนวคิดไม่เหมือนใคร คือ ค่อนข้าง Developer-friendly เหมาะแก่การนำมาใช้พัฒนาซอฟแวร์ต้นแบบ MVP ไปจนถึง Scale รองรับผู้ใช้หลายล้านคน
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