How and when to use our web app working template
There are some operations that we must always do, such as preparing the virtual environment and installing all the proper libraries. These operations are the real foundation of our activity of web application creation.
Once our environment is ready, we can start writing our code. This activity requires a deep comprehension of the problems we are asked to solve and a clear implementation strategy. At this point, the template or skeleton that we developed together and used to build up the NLP application and the Covid-19 detection tool becomes our strongest friend. It is perfect for breaking down the problem into several sub-problems and assigning each one of these sub-problems to a specific function. The list of all the required functions will be displayed in the menu in the sidebar, letting the user select a specific function and proceed with the execution. We also saw that, in the template, there are already some nice decorators...