The final week of the course, introducing AI and culminating in building a chatbot project. It tied together all prior skills: Git Workflow, Bootstrap, HTML & IDs, Postman, and onEvent. —
The central theme of Week 7.
Algorithms trained to perform tasks such as text generation.
Website/platform for exploring AI models.
Process of an AI model making predictions or generating responses.
Crafting inputs to shape AI outputs.
Credential required to access certain AI models (e.g., Hugging Face).
The culminating project for Week 7.
JavaScript function for network requests.
Used as structured “data” parsed from JSON API responses. → Related: JSON, Destructure
Updates an HTML element’s text (e.g., showing chatbot reply). → Related: getText(), HTML Elements / IDs
Fundamental for targeting parts of the chatbot page.
userMessage, messageOutput.
→ Related: ID Attribute, DOMWait for user interactions (e.g., button click).
Continued use of git add, git commit, git push.
→ Related: Repositories, GitHub
Reused to make chatbot UI professional. → Related: Utility Classes, Grid System
Used for project setup (mkdir, touch).
→ Related: Mkdir, Project Workflow
Alt-Shift-F: auto-format in VS Code.npx light-server: run chatbot locally.
→ Related: Console Log, DebuggingAn integrated coding assistant (e.g., GitHub Copilot).
(Implied: Google NotebookLM).