
IntelliSpace
--- Our app enables people to design their dream space with the help of AI.
This project was finished in 25 hours and won the Runner-up in the Utility & Design Category at 2024 XR Hack London
Developer: Xiaofan (Sylvan) Shen, Girish Mallikarjuna, Xinchan Kim JIN
Designer: Rimbik Das, Meghna Sonie
Our Features
01
AI inspirations
This feature allows the player to take a screenshot and send it to receive inspiration based on the room's layout.
03
AI Assistant
The user can wake up the AI assistant, and are able to ask the AI assistant interior design/fengshui related questions
02
AI Texture
The user can create an ideal texture or image using prompts, select and apply the preferred result to the furniture.
04
Auto layout and placement
Users can create an empty room outline, and based on the room's edges, the optimal furniture placement is automatically generated.
My Contribution
Introduction
The AI Assistant I developed is similar to Siri, allowing users to activate it with a
voice command and engage in voice conversations. It uses the GPT-4 model.
Initially, a purple butterfly appears on the interface. When the user says 'Hey
Quest,' the dialogue box opens, and the butterfly flies to the top right corner of the
dialogue box, where the user can then engage in a voice conversation with the AI
Assistant. The user's speech and the GPT's responses are displayed as text in
speech bubbles. When the user finishes the conversation, they can simply click the
'X' in the top left corner to close the dialogue box, and the butterfly will fly back to
its original position.

Basic Mechanism
The AI Assistant utilizes the Meta Voice SDK and OpenAI SDK. The basic workflow
is as follows: first, the wake word is trained in Wit.Ai. Upon activation, the sequence
of operations is executed as speech-to-text, then text-to-GPT, followed by GPT-
to-text, and finally text-to-speech. Both parts of the text are displayed within the
UI's chat bubbles.
