Skip to main content

This Package is used to Predict house prices in Aus based on house type

Project description

House prediction web app


This project intention to Predict different House type Prices in different states in AUS. This Model helps to Real estates to quickly predict house prices in AUS.

reusable-Naga--Ml--Model--Apps-orange (1) status-stable-yellowgreen pypi-v0 0 (2) licience-MIT-green

Quick start

  1. Add Deployment,widget_tweaks,crispy_forms to your INSTALLED_APPS setting like this::

    INSTALLED_APPS = [

     		'Deployment',
                    'widget_tweaks',
                    'crispy_forms',  
             ]
    
  2. Include the every app URLconf in your project urls.py like this

     urlpatterns = [
     		path('admin/', admin.site.urls),
     		path('',include('Deployment.urls')),
     	      ]
    
  3. Run python manage.py migrate to create the Deployment models.

  4. Start the development server and visit http://127.0.0.1:8000/admin/ to create a those three apps (you'll need the Admin app enabled).

    • create a admin -- python manage.py createsuperuser
  5. Visit http://127.0.0.1:8000/ for homepage

  6. Detail documentation click here

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Naga-Ml-Model-Apps-0.0.3.tar.gz (161.8 kB view hashes)

Uploaded Source

Built Distribution

Naga_Ml_Model_Apps-0.0.3-py3-none-any.whl (168.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page