Summary
Our web application utilizing NLP is finished and running. You should be very proud of that!
We also recapped the main points and takeaways. So, what else can we do?
If we think about it, our application works very well, but only locally, or at least within the same network as the machine that we coded on.
For a web application to be defined as a real web application, it needs to be public. This means it needs to be accessible everywhere.
To be accessed everywhere, our web application needs to live on a server on the real internet with a real public URL.
To put our web application on a real server on the web, we need to deploy it, and this is exactly what we are going to do in the next chapter.