An AI workshop for undergraduate students to get them excited about AI - taught at the Zurich University of Applied Sciences (ZHAW).
- Docs: Contains the source code for the presentation slides/website, built with Jekyll and WebSlides.
- Part I: Introduction to AI, examples, and risks.
- Part II: Practical workshop using Teachable Machine and Python to control a robot.
For more information, please visit the AI Workshop website.
- Navigate to the
docsdirectory:cd docs - Install dependencies:
bundle install
- Run the Jekyll server:
Note: You might need to add webrick if using Ruby 3.0+:
bundle exec jekyll servebundle add webrick