IntroductionThis is the most comprehensive guide to developing web based augmented reality applications. Web AR stands out from others in that its cross platform and requires no app installation. They are just regular web pages run on regular web browsers. What will you learnIn this course, you will learn how to use MindARopensource library for building Image AR effects and Face AR effects. MindAR is a successor of AR. js, which is the most popular free-to-use ARlibrary on the world. Besides, you will learn how to use WebXR api for building world AR effects. WebXRis a native browser api for developing immersive AR and VReffects on browsers. You will also learn how to integrate tensorflow. js machine learning models into ARapplications, to create highly interactive and interesting effects. For example, using hand gestures or facial expressions to control AR contents. You will also kickstart the journey of mastering the most popular 3D rendering framework called three. js. Other important web ARtechnologies will also be covered, including AFRAME, model-viewer and commercial ARSDKs. Besides practical development skills, you will also learn theoretical knowledge on how ARworks on a browser environment. Course StructureThe course material is carefully designed. Each lecture is highly modular to deliver a single concept, which allows you to look up any references easily in the future. All the sample source code is concise and well explained. AssignmentsBesides lectures, you will have to finish 3 practical assignments in total, one for each type of tracking effects. One of the assignment is for you to create and deploy a real online AR portfolio for yourself, which you can show other people. Development TipsUseful development tips will be covered, including remote debugging tools and webcam mocking technique.