GithubHelp home page GithubHelp logo

vishalsatam / zillowdatasetasarestservice Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 3.24 MB

Data as a service application on Zillow's dataset created using Flask to build REST API and Amazon RDS

Jupyter Notebook 98.78% Python 0.78% Shell 0.07% HTML 0.37%

zillowdatasetasarestservice's Introduction

ADSAssignment2

This is a repository the submission of Assignment 2 for Team 1

The execution instructions are given in the report as well.

1. Step 1 : Pull the image

docker pull vishalsatam1988/wrangleanduploadassignment2

2. Step 2 : Create the container

docker create --name="assignment2EDA" vishalsatam1988/wrangleanduploadassignment2

3. Copy your config file. (The name of the file has to be config.json)

docker cp <local file path> <containername>:/src/assignment2/config/
docker cp <path>/config.json assignment2EDA:/src/assignment2/config/

4. Start the container

docker start <containername>
docker start -i assignment2EDA

5.Commit the container if you want to see logs otherwise invoke the following command to check the jupyter notebooks.

Command to commit - docker commit assignment2EDA vishalsatam1988/wrangleanduploadassignment2

docker run -it -d --name “assignment2EDAjupyter” -p 8888:8888 vishalsatam1988/wrangleanduploadassignment2 /bin/bash -c 'jupyter notebook --no-browser --allow-root --ip=* --NotebookApp.password="$PASSWD" "$@"'

Password to open jupyter notebook : keras

Docker image - vishalsatam1988/createdbanduseapi

1. Step 1 : Pull the image

The docker image is present on the docker hub and is available to pull using the following command

docker pull vishalsatam1988/createdbanduseapi

2. Step 2 : Create the container

docker create --name="assignment2RDS" vishalsatam1988/createdbanduseapi

3. Copy your config file. (The name of the file has to be config.txt)

docker cp <local file path> <containername>:/src/assignment2/config/
docker cp <path>/config.txt assignment2RDS:/src/assignment2/config/

4. Start the container

docker start <containername>
docker start -i assignment2RDS

5. Commit the container if you want to see logs otherwise invoke the following command to check the jupyter notebooks.

Command to commit - docker commit assignment2RDS vishalsatam1988/createdbanduseapi


docker run -it -d --name “assignment2RDS” -p 8888:8888 vishalsatam1988/createdbanduseapi /bin/bash -c 'jupyter notebook --no-browser --allow-root --ip=* --NotebookApp.password="$PASSWD" "$@"'

Password to open jupyter notebook : keras

zillowdatasetasarestservice's People

Contributors

vishalsatam avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.