Hands On: Open Source AI Argumented Lab

Notice of possible occurrence:

After publishing this Github repo, I saw that my Azure credit was significantly dropped, resulting in Speech API deny. This might be due to bad people taking advantage of my Azure keys and endpoints, which are hard coded (although a bad practice but due to time constrain). I’m trying to fix it so that the speech-to-text will work again.

Overview

0 2 Development side architecture. Server architecture is underdevelopment.

Laboratory equipment are expensive. Learning on 2D blackboard is unengaging. Aiming to make laboratories accessible to students around the world; Helping teachers to make lesson more engaging. Hands On is AR simulation equipped with AI for both teachers & students to interact, experiment, and make mistakes freely.

Screenshot 2023-10-30 094619

Videos

Demo Use: https://youtu.be/0ZqBgqMGOlc?si=09HIryc_1vLpYP-l

Demo Notes Drawing: https://youtu.be/-qrMq-FZTkg?si=WSMF8oVQxwj4frcs

Note: experiment virtual environment + force analysis. Note: infinite canvas note taking.

Interacting with the environment using natural language

a. Speak to Hands On:

b. Best Practices: i. It’s good to keep it concise about what your intentions are. ii. You can ask Hands On to assist you with details. Example: “Show me the forces analysis of objects.” iii. Beside speech interaction, you can also interact with the simulation using real-world physical movement. Example: “grab object, move object around.” iv. Users are also able to take notes anywhere in the environment, so the world is your infinite, limitless canvas.

What’s next for Hands On

Group 3 Note: Suggested UI.

Inspiration

I remember the first time I went to my physics lab during my high school years to experiment with electronic circuits. The equipment looks nothing familiar to me even though I have been studying it for a year. Turn out I was working with 2D symbol drawings the whole time, without touching or experiencing myself.

What it does

Laboratory equipment are expensive. Learning on the 2D blackboard is unengaging. Making Physic Experiment accessible anywhere, Hands On is an AR simulation for both teachers and students to interact, experiment, and make mistakes freely. It makes classroom experience more engaging for everyone. Better yet, Hands On is equipped with AI to instruct, explain to students in real-time: like “You should turn off the power source before plugging in”, or perform actions like “Give me the set of equipment for Archimedes experiment”, which can enhance creativity, safety, and familiarity.

Screenshot 2023-10-30 094740

How we built it

Input utterances, label data, train, test, improve, and deploy AI model using Azure CLU. Connected Cognitive Search and SQL database. Code 3D physic simulations from scratch using Unity C# Develop for Android AR Core

Many challenges still to come

Screenshot 2023-10-30 140037 It’s just a super early state. The model is still improving and hasn’t generalized things well enough. Currently, the project is just a prototype with some simple requests.

Future goals

  1. AI Real-time feedback (Anticipated example use cases):
    • “Why is my spectrometer not giving accurate readings?”
    • Real-Time Feedback: Hands On can suggest checking the alignment, the quality of the light source, or the calibration of the spectrometer.
  1. AR Multi-user in the same environment / Tools recognition using computer vision
    • Enhance collaboration that allows students to work together and share experiences.
    • Allow teachers to demonstrate how the experiment should be conducted.
    • Import tools into the simulation.