# IP STEM Workshops > Intellectual Point STEM Workshop materials - virtual summer camp content for students ages 13-21 ## Docs - [Advanced 3D Printing & Modeling](https://stem-docs.intellectualpoint.com/3d-printing-advanced/index.md): Take your 3D printing skills further with advanced modeling techniques, complex prints, and design optimization. - [Introduction to 3D Printing & Modeling](https://stem-docs.intellectualpoint.com/3d-printing-intro/index.md): Get started with 3D printing from scratch, learning design tools, printing fundamentals, and hands-on projects. - [Introduction to Cybersecurity](https://stem-docs.intellectualpoint.com/cybersecurity/index.md): Learn the fundamentals of cybersecurity, threat detection, and defense strategies in this five-day virtual workshop. - [Drone Programming](https://stem-docs.intellectualpoint.com/drone-programming/index.md): Program autonomous drones, learn flight control basics, and build navigation algorithms in this five-day virtual workshop. - [Introduction to Ethical Hacking](https://stem-docs.intellectualpoint.com/ethical-hacking/index.md): Explore ethical hacking concepts, penetration testing tools, and responsible security research practices. - [Gaming PC Build & Play](https://stem-docs.intellectualpoint.com/gaming-pc/index.md): Build a gaming PC from components, learn about hardware, performance tuning, and system configuration. - [Connect via SSH](https://stem-docs.intellectualpoint.com/genai/day-1/connect-ssh.md): Open a terminal, SSH into your robot, confirm network access, and install required software packages. - [Flash the SD card](https://stem-docs.intellectualpoint.com/genai/day-1/flash-sd-card.md): Download the Raspberry Pi Imager, write the OS image to your SD card, and configure network settings. - [Sensor validation](https://stem-docs.intellectualpoint.com/genai/day-1/sensor-validation.md): Run the validation script to test every subsystem on your robot and confirm everything shows PASS. - [Servo calibration](https://stem-docs.intellectualpoint.com/genai/day-1/servo-calibration.md): Run the calibration script to center your steering and camera servos so every movement command starts from a known position. - [Welcome and kit check](https://stem-docs.intellectualpoint.com/genai/day-1/welcome.md): Day 1 kickoff - meet your robot, review the week ahead, and confirm your kit is complete. - [Computer vision](https://stem-docs.intellectualpoint.com/genai/day-2/computer-vision.md): Detect colors, track faces with the camera servos, and understand the difference between classical computer vision and AI. - [Line following](https://stem-docs.intellectualpoint.com/genai/day-2/line-following.md): Set up a track and watch your robot follow a line autonomously using its grayscale sensor array. - [Basic movement programs](https://stem-docs.intellectualpoint.com/genai/day-2/movement-programs.md): Run pre-built movement scripts, drive the robot with keyboard controls, and write your own custom movement sequence. - [Text-to-speech](https://stem-docs.intellectualpoint.com/genai/day-2/text-to-speech.md): Give your robot a voice using espeak and Pico2Wave, then combine speech with movement controls. - [LLM-controlled robot](https://stem-docs.intellectualpoint.com/genai/day-3/llm-controlled-robot.md): Run the AI Voice Assistant Car, have a live conversation, and inspect how tool calls connect language to physical actions. - [Tool calls](https://stem-docs.intellectualpoint.com/genai/day-3/tool-calls.md): Learn how an LLM can control real things by calling functions, and how this connects the model's brain to the robot's body. - [Build a voice chatbot](https://stem-docs.intellectualpoint.com/genai/day-3/voice-chatbot.md): Connect to the OpenAI API, set up voice input with Vosk, and have a real spoken conversation with your robot. - [What is a large language model?](https://stem-docs.intellectualpoint.com/genai/day-3/what-is-an-llm.md): Understand tokens, training, inference, system prompts, and the core limitations of LLMs in plain language. - [Camera feed and VLM](https://stem-docs.intellectualpoint.com/genai/day-4/camera-feed-vlm.md): Capture frames from the robot's camera, send them to GPT-4o's vision API, and hear the robot describe what it sees. - [Vision-triggered tool calls](https://stem-docs.intellectualpoint.com/genai/day-4/vision-tool-calls.md): Combine vision AI with physical actions so the robot can see an obstacle, describe it, and respond by moving. - [What is a vision language model?](https://stem-docs.intellectualpoint.com/genai/day-4/what-is-a-vlm.md): Understand how VLMs combine image and text input, and what this enables for your robot. - [AI risks in society](https://stem-docs.intellectualpoint.com/genai/day-5/ai-risks.md): Discuss bias, surveillance, concentration of power, autonomous weapons, and the dual-use problem using what you built this week as the lens. - [Camp wrap-up](https://stem-docs.intellectualpoint.com/genai/day-5/camp-wrapup.md): Share what surprised you, hear the facilitator's closing message, and write the last piece of code you will run all week. - [Data privacy](https://stem-docs.intellectualpoint.com/genai/day-5/data-privacy.md): Understand what data you sent to third-party servers this week, how to protect yourself, and when local models are required. - [Local models with Ollama](https://stem-docs.intellectualpoint.com/genai/day-5/local-models-ollama.md): Install Ollama on your laptop, run a language model entirely offline, and connect it to your robot for fully private AI. - [Resources and what's next](https://stem-docs.intellectualpoint.com/genai/day-5/resources.md): Free courses, hands-on platforms, newsletters, open-source tools, and career paths to continue your AI and robotics journey. - [Introduction to GenAI & LLMs](https://stem-docs.intellectualpoint.com/genai/index.md): Think, Talk, Drive - build an AI-powered robot that sees, hears, speaks, and moves using large language models and vision AI. - [IP STEM Workshops](https://stem-docs.intellectualpoint.com/index.md): Welcome to the Intellectual Point STEM Workshop portal. Select your camp from the tabs above to access your daily materials. ## OpenAPI Specs - [openapi](https://stem-docs.intellectualpoint.com/api-reference/openapi.json)