To ensure user-friendliness of the application, a lot of efforts was put into how to organize all the data the application contains before reaching the current setup. A potential future work: including a business analysis for managers or a wishlist for consumers can build a community for the application
There is almost an innumerous amount of grocery items in supermarkets, and thus including all would be not only impractical but also demanding for the computer vision model. As a result, similar items are grouped under a general cateogry.
The computer vision model runs on a server in the backend. Yet, the initial HTTP server developed on Repl.it using Flask is rather inconsistent. On the other hand, using the Amazon Web Services (AWS) cloud server solves the problem and ensures the functionality of the application.