Advanced Search
Search Results
33 total results found
Boeken
Atlas of AI - Kate Crawford A history of the data on which machine-learning systems are trained through a number of dehumanizing extractive practices, of which most of us are unaware. In Atlas of AI: Power, Politics, and the Planetary Costs of Artificial Inte...
Use the Pico as Keyboard/Mouse input (DIY Makey Makey)
Want to have some quick button/mouse inputs to add interactivity to your setup? For prototyping this is often done by using a Makey Makey. But the board's quite expensive, and not incredibly versatile. Luckily you can build a very similar input device using a ...
Edit code, use as Isadora input
Bare Conductive as touch input for other devices If you want to use the Bare Conductive board as a touch input for a different device (such as your pc), check the ECT Github. Bare Conductive as touch input in Isadora If you want to use the BC board as tou...
Arduino script to Control LED strip via wifi
Dit is een scriptje om een ESP8266 arduino module te verbinden met wifi (via een wifimanager / hotspot) en zichzelf aan te bieden als ArtNetNode (wanneer de software dit ondersteunt). fijn script, werkt goed, wel even concentreren op de nodige libraries om te ...
UltraSonic of PIR sensor Arduino & Touchdesigner or Isadora
Deze manual werkt voor PIR (passive infrared) bewegings sensor en ook voor de Ultrasonic sensor Beschrijving PIR sensor (Duits)https://www.reichelt.nl/nl/nl/raspberry-pi-infrarood-bewegingsmelder-hc-sr501-rpi-hc-sr501-p224216.html?PROVID=2809&gclid=CjwKCAjwzJ...
Kombucha DIY
Do you want to get started with fermentation but no idea how? Use a tasty drink as an incentive and try brewing you own Kombucha with the: Kombucha Starter Kit By Hazal Ateş Kombucha is a super healthy fermented drink made from sweetened tea and a SCOBY (Sy...
Driving APA102 (Dotstar) LED strips with Pico
The Dotstar LEDs (APA102) are similar to the NeoPixels but with less timing requirements and other issues. You control them with two pins instead of one, and they seem to be a bit less widely used probably because they're more expensive than the Neopixel ones....
Running generative models locally
All the big models run on external servers and are usually only available through a (paid) account. There are some alternatives available that you can run locally on your own machine. Installing these usually involves complex installation procedures, but there...
Taalmodellen in Onderwijs
Please note that this quickstart does not deal with the question of whether you SHOULD be using generative AI in your processes. These quickstarts are part of our own sessions in which we make this an integral part of the discussion and process. Aan de slag m...
Beeld genereren in een creatief proces
Please note that this quickstart does not deal with the question of whether you SHOULD be using generative AI in your processes. These quickstarts are part of our own sessions in which we make this an integral part of the discussion and process. Aan de slag m...
Taalmodellen inzetten in professionalisering
Please note that this quickstart does not deal with the question of whether you SHOULD be using generative AI in your processes. These quickstarts are part of our own sessions in which we make this an integral part of the discussion and process. Aan de slag m...
Bewegend beeld genereren (text-to-video)
Please note that this quickstart does not deal with the question of whether you SHOULD be using generative AI in your processes. These quickstarts are part of our own sessions in which we make this an integral part of the discussion and process. Aan de slag m...
Welcome to HKU Bookstack!
This Bookstack is maintained by employees of HKU University of the Arts in the Netherlands. It aims to be a public knowledge base that we can use to share knowledge that we develop in our activities. You can find all topics through the Search bar up top, or th...
Making music with AI
Please note that this quickstart does not deal with the question of whether you SHOULD be using generative AI in your processes. These quickstarts are part of our own sessions in which we make this an integral part of the discussion and process. AI & Music A...
Combining micro:bit with BYOR for easy in-out
BYOR is a small board that converts analog inputs to analog outputs but also powers sensors and actuators. Combined with a micro:bit it becomes a programmable input-output system that can power servos and small motors, as well as lights and sound for interacti...
Hoe werkt generatieve AI?
Een zeer uitgebreid overzicht AI tools en achtergronden vind je hier. Generatieve AI Generatieve AI is een vorm van kunstmatige intelligentie die nieuwe gegevens kan maken op basis van een model dat getraind is op een (grote) dataset. Die nieuwe gegevens kun...
AI studentprojecten bij HKU
BioDesign Challenge Don't Mind the Mesh Photography jaar 2 organiseerde in KABUL à GoGo de AI-geïnspireerde expositie Don't Mind the Mesh. Een deel van de werken maakten gebruik van, of reflecteerden op, kunstmatige intelligentie. AI have something to say Twe...
Ollama for local LLMs
Ollama is currently a popular options for running LLMs locally. With the newer versions you can download other models than llama too, like Google's Gemma or task-specific smaller models. You can download Ollama from ollama.com, available for all systems. Again...