ผลต่างระหว่างรุ่นของ "Inno/62"
ไปยังการนำทาง
ไปยังการค้นหา
Jittat (คุย | มีส่วนร่วม) |
Jittat (คุย | มีส่วนร่วม) |
||
(ไม่แสดง 2 รุ่นระหว่างกลางโดยผู้ใช้คนเดียวกัน) | |||
แถว 3: | แถว 3: | ||
* ใช้ IDE [https://thonny.org/ Thonny] | * ใช้ IDE [https://thonny.org/ Thonny] | ||
* สไลด์จากแลบ iwing [https://ecourse.cpe.ku.ac.th/intro-cpe/iwing/iwing.pdf iwing.pdf] (ดูหน้า 27 - 33) | * สไลด์จากแลบ iwing [https://ecourse.cpe.ku.ac.th/intro-cpe/iwing/iwing.pdf iwing.pdf] (ดูหน้า 27 - 33) | ||
− | * โหลดเฟิร์มแวร์ [https://ecourse.cpe.ku.ac.th/intro-cpe/iwing/downloads/micropython-1.12.cpe-ku.bin micropython-1.12.cpe-ku.bin] | + | * โหลดเฟิร์มแวร์ [https://ecourse.cpe.ku.ac.th/intro-cpe/iwing/downloads/micropython-1.12.cpe-ku.2020-03-05.bin micropython-1.12.cpe-ku.2020-03-05.bin] (โหลดใหม่ สำหรับบอร์ด iKB-1 |
* ตัวอย่าง [https://gitlab.com/cjaikaeo/kidbright-mpy/-/tree/master/examples] | * ตัวอย่าง [https://gitlab.com/cjaikaeo/kidbright-mpy/-/tree/master/examples] | ||
แถว 41: | แถว 41: | ||
** เอกสารหลัก [https://flask.palletsprojects.com/en/1.1.x/ Flask 1.1.x document] | ** เอกสารหลัก [https://flask.palletsprojects.com/en/1.1.x/ Flask 1.1.x document] | ||
** คลิป: | ** คลิป: | ||
+ | ** โค้ด: [[Inno/62/flask code]] |
รุ่นแก้ไขปัจจุบันเมื่อ 03:40, 10 มีนาคม 2563
เนื้อหา
โครงงานประเภท Kidbright
- ใช้ IDE Thonny
- สไลด์จากแลบ iwing iwing.pdf (ดูหน้า 27 - 33)
- โหลดเฟิร์มแวร์ micropython-1.12.cpe-ku.2020-03-05.bin (โหลดใหม่ สำหรับบอร์ด iKB-1
- ตัวอย่าง [1]
โครงงานประเภท Python game
โครงงานประเภท AI
ใช้ OpenCV ในการวิเคราะห์ภาพ
- ติดตั้ง ใน VS Code
- ติดตั้ง virtualenv
python3 -m venv env
- ติดตั้ง opencv
pip install opencv-contrib-python
- ทำ Tutorial (ด้านล่างเลือกมาแล้ว)
- Getting Started with Images - พื้นฐาน เปิดไฟล์รูป แสดงผล
- ถ้าใช้ video Getting Started with Videos - ใช้ video
- Harris Corner Detection - ทดลองเกี่ยวกับ feature detection (หามุม)
- Object detection
- Object detection ด้วย Face Detection using Haar Cascades
- Download pretrained models haarcascades
- Facial recognition
- ใช้ library face_recognition
- อ่านรายละเอียดและตัวอย่าง face_recognition
- Tutorial อีกที่ pyimagesearch
โครงงานประเภท Web app
- สามารถใช้ Flask
- เอกสารหลัก Flask 1.1.x document
- คลิป:
- โค้ด: Inno/62/flask code