Computer Science

Line Art Program

In our Computer Science class, we frequently do labs to practice our programming skills. In this lab, we were assigned to graph the below geometric image using Applet feature on java. It's almost an optical illusion as it is comprised of only straight lines!

image of geometric java program

Time Display Program

In this lab exercise, we were prompted to create a program that could convert a certain number of milliseconds to the equivalent hours, minutes, seconds, and milliseconds.

Image of time display program

Apps For Good

Team Members: Anh Dao, Noah Proctor, Hannah Lambert

For our apps for good project, we decided to create a chatbot that answers questions about MAMS. It is aimed to help inform prospective students and their families to learn more about the Mass Academy curriculum, faculty, admission, and student life. We used Google colab to train the AI with Gemini. Then we used Facebook similarity search by Meta to search the MAMS resources for the answers to the user's questions. The AI model was uploaded to vscode using huggingface. The minimum viable product is Q&A chatbot that answers questions based on the selected area of interest and the written question itself.