Weekly Status Reports [Giancarlo]
Giancarlo’s Status Report for 12/7
What did you personally accomplish this week on the project? This week, I primarily spent time closing off some loose ends, and providing input for the group’s final presentation. Regarding the group’s final presentation, I collected the necessary data to show that our code met all of the latency goals Read more…
Weekly Status Reports [Giancarlo]
Giancarlo’s Status Report for 11/30
What did you personally accomplish this week on the project? This week, I primarily worked on setting up a separate inference server for GroundingDINO. This server would allow the Raspberry Pi, which normally does not have access to performant hardware, to run a modern, modern, high-accuracy model. The vast majority Read more…
Weekly Status Reports [Team]
Team Status Report for 11/30
Summary Our group completed: We have a working voice pipeline. This includes; The speech recognition code that will eventually run on the raspberry pi. Word2vec pipeline to find the term that most closely matches the subject of the input sentence. OpenAI prompt engineering + GPT vision integration for coming up Read more…
Weekly Status Reports [Giancarlo]
Giancarlo’s Status Report for 11/16
What did you personally accomplish this week on the project? This week, had some other responsibilities I had to attend to, meaning this report won’t be as long as last week’s (this may be a relief depending on the reader). In general, my main focus this week was attempting to Read more…
Weekly Status Reports [Giancarlo]
Giancarlo’s Status Report for 11/9
What did you personally accomplish this week on the project? Discussion: How should inference be done? I spent a significant amount of time this week thinking about the best way to do inference. I had a few ideas: Evaluate the model in worker threads in the webserver, as we are Read more…
Weekly Status Reports [Team]
Team Status Report for 11/2
Summary Our group completed: Trying to get the NVIDIA Jetson to work Fully integrating sqlite database code into webserver Implementing performance monitoring framework for webserver Began testing the performance of our webserver Finished 3d-printing all files for proposed Rpi case Continued working on ML model performance improvement What are the Read more…
Weekly Status Reports [Giancarlo]
Giancarlo’s Status Report for 11/2
What did you personally accomplish this week on the project? Thrashing with the NVIDIA Jetson This week, I spent a sizeable amount of time trying to get our server running on the NVIDIA Jetson. In our case, we ordered the Jetson to serve as something of a backup, in Read more…
Presentations and Reports
Design Review Report
This report documents some of design decisions and rationale involved in the initial-to-intermediate phases of our project. Team_A7_Zaniolo_Muchnik_Anshu_design DESIGN_REPORT
Weekly Status Reports [Giancarlo]
Giancarlo’s Status Report for 10/26
What did you personally accomplish this week on the project? Dockerize Server A large portion of my work this week involved placing the webserver in a docker container. As discussed in the previous week’s report, this is beneficial for a variety of reasons. Primarily, each of the groupmates are running Read more…