- 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).
Work with Team:
- Further finalize what commands we would use. The notes from this discussion helped me to rewrite the test case for the spaCy model.
- Work with the team on the ethical problem
- Discuss with Lynn about what the prices would look like when generating scripts (will the script give “five dollars” or “5 dollars”). This would help me to train the spaCy model.
Individual work:
The main task for me is still the spaCy model.
The function to identify the action verbs works well. As we can see from the example below. The actions.txt contains some commands as input, and after we run the get_action.py, it will give us the action verbs we needed.
As I have mentioned in previous status report, I would want to train the spaCy model for larger datasets. The base_config.cfg file would stay the same. And I have changed the preprocessor file. In the past, I would manually input commands, which will take a lot of time. With the new file, I can input some txt files and let the code read the file, making the training process easier.
I have also prepared the txt file for training (contains about 100 commands). But I have not started the new training yet.
- Is your progress on schedule or behind? If you are behind, what actions will be taken to catch up to the project schedule?
on schedule
- What deliverables do you hope to complete in the next week?
- train the spaCy model & test accuracy
- run the code on raspberry pi monitor
- prepare for the demo