/django_machine_learning

A Django App for Data Analysis/Machine Learning

Primary LanguageJavaScript

A Django App for Data Analysis/Machine Learning

Life Satisfaction x GDP of Country

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.

Installation

  1. Clone this repository:
https://github.com/robstermarinho/django_machine_learning.git
  1. cd into project folder.
cd django_machine_learning
  1. The simplest way to start a server is running the following command:
python manage.py runserver 8000
  1. Verify the deployment by navigating to the following address in your preferred browser:
127.0.0.1:8000/myapp/gdp/

You can check this application running in the following link:

https://mlearning-data.herokuapp.com/myapp/gdp/

Requirements