• Stars
    star
    398
  • Rank 104,411 (Top 3 %)
  • Language
    Python
  • Created over 2 years ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

부스트캠프 AI Tech - Product Serving 자료

Boostcamp-AI-Tech-Product-Serving

All Contributors


Repository 구조

  • part1(MLOps 개론, Model Serving, 머신러닝 프로젝트 라이프 사이클은 별도의 코드가 없으며, part2 ~ part4는 강의 자료에서 사용한 코드가 저장되어 있습니다
  • assets엔 예제로 사용할 Mask Classification Model이 저장되어 있습니다
    • 만약 실무였다면 part 아래에 있는 폴더들에 같이 저장되는 것이 조금 더 좋지만, 교육용 Github Repo라서 중복 저장을 피하기 위해 이렇게 저장했습니다
├── README.md
├── .github/workflows : Github Action Workflow
├── assets : Mask Classification Model
│   └── mask_task
├── part2
│   ├── 01-voila
│   ├── 02-streamlit
│   └── 04-cicd
├── part3
│   ├── 01-fastapi
│   ├── 02-docker
│   ├── 03-logging
│   └── 04-mlflow
└── part4
    ├── 01-bentoml
    └── 02-airflow

추천 학습 방식

  • 강의를 수강한 후, 강의에서 나온 공식 문서를 보며 코드를 작성합니다
  • 강의에서 활용한 코드를 그대로 복사 붙여넣기하지 말고, 직접 타이핑해주세요
    • 오류를 많이 경험하고, 오류가 발생했다면 그 이유와 해결 방법을 별도로 기록해주세요
  • 강의에서 진행된 코드를 더 좋게 개선해도 좋아요 :)
  • 강의에서 다룬 내용보다 더 넓은 내용을 찾아보고 정리해서 나만의 Serving 노트를 만들어보아요

만약 이슈가 생겼다면

  • 실습 코드 관련 문의는 슬랙 채널에 문의해주세요
    • 어떤 상황에서(OS, Python 버전 등) 어떤 오류가 발생했는지 자세히 알려주시면 좋아요. 같이 해결해보아요!
  • 강의 영상 및 강의 자료 관련 문의는 부스트코스를 통해서 해주세요!
  • 이해하기 어렵거나 토론하고 싶은 소재가 있다면 슬랙 채널에 공유해주세요!
    • 단순히 GET이 뭐에요? 라는 질문보다는 간단히 검색한 후, 검색한 자료를 공유하면서 어떤 부분이 어려운지 질문주시는 것을 추천드려요 :)

협업 규칙

  • 커밋 메시지 컨벤션은 conventional commit을 따릅니다
    • commitizen을 사용하면 더욱 쉽게 커밋할 수 있습니다
  • 작업은 기본적으로 별도의 브랜치를 생성하여 작업합니다. 작업이 완료되면 PR로 리뷰 받습니다
  • PR 리뷰 후 머지 방식은 Squash & Merge를 따릅니다
    • Merge 전에 PR 제목을 되도록이면 convetional commit 형태로 만들어주세요

Contributors

Thanks goes to these wonderful people (emoji key):


Sung Yun Byeon

📆 🚧 💻 📖

Jungwon Seo

💻 🖋 📖 💡

humphrey

💻 🖋 📖 💡

heumsi

💻 🖋 📖 💡

YkMoon

💻 🖋 📖 💡

This project follows the all-contributors specification. Contributions of any kind welcome!

More Repositories

1

Datascience-Interview-Questions

Datascience-Interview-Questions for Korean
762
star
2

Kaggle-knowhow

Kaggle-Knowhow(Korean Ver) 한국분들을 위한 Kaggle 자료 모음입니다
352
star
3

Awesome-Mobility-Machine-Learning-Contents

Machine Learning / Deep Learning Contents in Mobility Industry(Transportation)
260
star
4

kyle-school

쏘카 데이터 그룹 사내 신입/인턴을 대상으로 한 카일스쿨
Jupyter Notebook
232
star
5

bigquery-tutorial

Google BigQuery Tutorial for Data Analyst
Jupyter Notebook
135
star
6

github-action-with-python

Github Action with Python(Pytest, Crawling, etc)
Python
111
star
7

Deep_Learning_starting_with_the_latest_papers

최신 논문으로 시작하는 딥러닝 강의 (개정된 강의 이름 : 논문으로 짚어보는 딥러닝의 맥) 기록
Jupyter Notebook
80
star
8

Perfect-Guide-about-Machine-Learning-Study

파이썬 머신러닝 완벽 가이드를 교재로 진행한 쏘카 데이터 그룹 사내 스터디 보완 자료
Jupyter Notebook
62
star
9

shell-scripts

linux bash shell scripts code snippets
Shell
36
star
10

TIL

Today I Learned
Jupyter Notebook
22
star
11

fastcampus-machine-learning-project

패스트캠퍼스 머신러닝과 데이터분석 A-Z 올인원 패키지 강의 중 "뉴욕(NYC) 택시 수요 예측 Project" 강의 자료
Jupyter Notebook
16
star
12

I-am-an-ai-engineer

AI Engineer Party 문제 (MLOps, AIOps)
Python
14
star
13

zzsza

Github Profile README
8
star
14

bentoml-examples

BentoML Example Scripts
Python
8
star
15

bigquery-udfs

BigQuery UDF for me
TSQL
5
star
16

data-engineering-code

데이터 엔지니어링 관련 코드 모음
5
star
17

streamlit-with-heroku

Streamlit App(NYC Uber Ridesharing Graph) with heroku
Python
4
star
18

Tensorflow2.0-studypie

스터디파이 [Tensorflow 2.0 단기 집중 과정] 진행상황 기록하는 Repo
Jupyter Notebook
4
star
19

mlops-examples-on-gcp

MLOps examples on Google Cloud Platform
Dockerfile
3
star