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 (12+ hours).
This week, I worked on setting up the reinforcement learning for our outfit generation.
I added functions to our backend that will reset the number of times an outfit has been used when users do their laundry. I also added a function that will increase the number of uses in the user_preferences table for clothing color preferences. Both of these should be triggered when users select an outfit in the frontend.
I had some issues with the frontend not working this week as well, and had to debug and install Visual Studio.
Besides this, I wrote a script to create queries for adding all of the new color pair entries to the user_preferences table. The table now has all 91 entries. Here are a few.
Is your progress on schedule or behind? If you are behind, what actions will be taken to catch up to the proiect schedule?
I am on schedule.
What deliverables do you hope to complete in the next week?
Next week, I want to link the new functionalities to the front end and make my final updates to the outfit generation algorithm.