Coder Social home page Coder Social logo

mlops-for-mle's Introduction

MLOps for MLE

본 저장소는 MLOps for MLE 의 실습 코드가 구현되어있는 저장소입니다. 먼저 각 파트 문서를 통해 진행 방향을 확인하고 구현에 도전합니다. 코드를 바로 실행하기보다는 직접 구현하면서 실제 구현체와의 차이를 확인하는 방식으로 진행하는 것을 권장합니다.

문서에 명시된 파일 이름과 같은 파일들로 구성되어 있으며, 참고가 필요할 경우 해당 파일을 확인하면 됩니다.

Usage

구현체가 있는 경우 디렉토리의 구성은 다음과 같습니다.

part_no
    ├── Makefile
    ├── implementation1.py
    ├── implementation2.py
    └── ...

먼저 파트의 디렉토리로 이동합니다.

$ cd part_no

이동 후 같은 디렉토리에서 make server 명령어를 통해 파트의 구현체를 바로 실행해볼 수 있습니다.

$ make server

단, 각 파트마다 선행되어야 하는 부분이 있는 경우 make dependency 명령어를 수행하여 선행 파트의 구현체를 실행해야합니다.

$ make dependency
$ make server

두 가지 작업을 한번에 실행하려면 make all 명령어를 사용해주세요.

$ make all

실습이 종료되었다면 해당 파트의 구현체를 종료시키기 위해 기존 명령어에 -clean 을 붙여 프로세스를 정리합니다.

$ make server-clean
$ make dependency-clean

마찬가지로, 두 가지 작업을 한번에 종료하려면 make all-clean 명령어를 사용해주세요.

$ make all-clean

mlops-for-mle's People

Contributors

dongminlee94 avatar kimdongui avatar datawhales avatar aiden-jeon avatar kimdaeung 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.