Command to run locally the application: python manage.py runserver
This is a simple web page that combines the two frameworks for working together to request the prediction of already trained models. Because the models and all the pre-processing of data were made with python, I thought that the best option to do this is Django. It is free and has a lot of documentation available which makes it easy to be learnt and also, has as base MVT architecture.