What did you personally accomplish this week on the project? Give files or photos that demonstrate your progress. Prove to the reader that you put sufficient effort into the project over the course of the week.
This week, I worked on integrating Hugo’s speech to text scoring into the web application. We ended up using threads to start an asyncio loop while updating a model object and having the front end poll a URL for json response updates to the state. I also led some design decisions wrt how the feedback bar will look. I also played around with the lyric scraping and was able to successfully pull the data from lyricsify in some cases, but I still get blocked if requests are sent too close together, which may cause an issue while demoing.
Is your progress on schedule or behind? If you are behind, what actions will be taken to catch up to the project schedule?
My progress is on track.
What deliverables do you hope to complete in the next week?
I need to integrate Kiera’s motion scoring into the application once it is ready, but it should be much simpler now that we’ve mapped out a working framework. I also need to deploy (probably closer to demo than this week) and hopefully add some profile features. I will continue to poke around at Lyricsify to see if there is a solution that works for demo.