SCI6365 Enactive Design 24Fall
Assignment[1] FooBot
- A collaborative, object-based drawing experience using a live webcam feed, object detection & tracking, and WebSocket communication. It combines real-time object detection and drawing on a canvas, where the detected object becomes the "brush."
-
Write WebSocket Server and Client in Node.js
Host a WebSocket Server on Glitch
- How to Build Your Own ChatGPT Web App
- Build a chatbot web app using WebSocket where a webcam captures real-time gestures and generates feedback based on gesture recognition
- Build a web that can run GPT-3 and DALL-E in Node.js
- Use CSS to style the webcam video and p5.js canvas to achieve a layering effect. The key is to make the p5.js canvas background transparent and position it on top of the webcam video.