This is a sample application in Django for Data Analysis of a dataset which aims to predict a life satisfaction value based on GDP of the Country applying the simple linear model.
- Clone this repository:
https://github.com/robstermarinho/django_machine_learning.git
cd
into project folder.
cd django_machine_learning
- The simplest way to start a server is running the following command:
python manage.py runserver 8000
- Verify the deployment by navigating to the following address in your preferred browser:
127.0.0.1:8000/myapp/gdp/