-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed EyeSpy incorrect file in ExampleProject, updated example projec…
…t to be more understandable (#430)
- Loading branch information
1 parent
358e117
commit f667e54
Showing
6 changed files
with
70 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
title: "Week #6" | ||
--- | ||
|
||
# **Week #6** | ||
|
||
## **Presentation**: | ||
|
||
[Link](https://docs.google.com/presentation/d/1pzzyCCOy3LKhhZgtP4IPKX7lJaxyXHQu2IZAFEurTr4/edit?usp=sharing) to the presentation draft. | ||
|
||
## **Weekly Progress Report**: | ||
|
||
Our team implemented the entire server-client communication system this week. We also completed the admin console, allowing administrators to create rooms and monitor participants in real-time. Additionally, we added UIs for joining rooms to the SwiftUI client. | ||
|
||
### **Challenges & Solutions** | ||
|
||
The main challenge was achieving real-time updates efficiently. We resolved this by implementing websocket communication, which offers a low-latency, performance-friendly solution for server-client interactions. | ||
|
||
### **Conclusions & Next Steps** | ||
|
||
We concluded that while our system is functional, there is room for improvement. We need to train our model further and incorporate advanced techniques such as detecting other humans in the frame, audio processing to ensure the user isn't speaking with anyone else, and gesture recognition. Additionally, we plan to enhance the UI. Although we followed SwiftUI guidelines and used common components, developing a design system and implementing it could significantly improve the overall look and feel of the app. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters