Skip to content

Commit ab929c9

Browse files
committed
Update project descriptions
1 parent 679dae5 commit ab929c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/home/description.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export default function Description() {
2020
initial="initial"
2121
whileInView="visible"
2222
viewport={{ once: true, amount: 0.8 }}>
23-
This is the Apple Vision Pro Capstone Project for the CS495 class in the University of Alabama. We create a visionOS app which allows users to upload or capture data (image and audio) from the Apple Vision Pro and send it to AWS where Hugging Face models will be applied to detect objects in an image.
23+
This is the Apple Vision Pro Capstone Project for the CS495 class in the University of Alabama. We create a visionOS app which allows users to upload or capture data (image and audio) from the Apple Vision Pro and send it to AWS where Hugging Face models will be applied to detect objects in an image. We also implemented speech-to-text to allow users to talk to the headset. Then, the recognized text will be sent to OpenAI and result will be displayed back to users.
2424
</motion.p>
2525
<motion.button
2626
className="rounded-[8px] border-solid border-[2px] border-black px-[1.2em] py-[0.6em] text-[1.25em] max-sm:text-[1em] mb-[10%] font-medium bg-[#C1C3C1] cursor-pointer text-black hover:bg-[#1A97DB] hover:text-white"

0 commit comments

Comments
 (0)