Code Monkey home page Code Monkey logo

cs739-device-failure-prediction's Introduction

CS739-Device-Failure-prediction

Setup python3 virtual environment using:

virtualenv -p python2.7 env
. env/bin/activate

Always remember to activate the environment, before installing any dependencies or starting webserver.

Setup data paths using:

make setup

To run using docker

1. To build and run the container for the first time: docker-compose up -d --build (-d option will detach the process from the session, --build is required only if changes are made to docker files)
2. To stop the docker container: docker-compose down
3. To know status of each container: docker ps
4. To check logs: docker logs
5. Access specific container: docker exec -i -t container_name/container_id /bin/bash

Not using docker:

make # to install dependencies
make run # to run webserver 

Swagger document available at:

http://<base_url>/ui

cs739-device-failure-prediction's People

Contributors

ankitmaharia 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.