Progress
This week our team worked on setting up and downloading the Python libraries on the RPi. I tested the speech recognition libraries and guaranteed that the libraries worked as expected. I also concatenated the speech recognition pipeline to the primary NLP model. After conducting some unit tests on the combined system, I would conclude that the verb commands could be successfully distinguished with a relatively high accuracy.
After that, I worked with Yuxuan to make some adjustments to the web app design. We figured out how to filter the expected data efficiently when the user requests to view an entry or financial report. I started to work on the styling of the web application, and this will also be my primary task for the next week.
Schedule
I am on schedule.
Next Steps
I will focus on the css styling of the web app first, and then I need to construct the financial report page with a pie chart and a histogram.
I would also implement the “press to speak” button and allow it to run the speech recognition pipeline.