Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
## 마동석/김종국/이병헌 분류기
## 마동석/김종국/이병헌 분류기 (Ma Dong-seok / Kim Jong-guk / Lee Byung-hun Classifier)

> 3분만에 만드는 인공지능 서비스: 마동석/김종국/이병헌 분류기
> 3분만에 만드는 인공지능 서비스: 마동석/김종국/이병헌 분류기 (AI service made in 3 minutes: Ma Dong-seok / Kim Jong-guk / Lee Byung-hun Classifier)

<img width="80%" src="https://user-images.githubusercontent.com/16822641/108695421-9fd92980-7543-11eb-89a0-e1be9c6008c8.png"/>

### 전체 시스템 구성도
### 전체 시스템 구성도 (Overall System Configuration)

<img width="90%" src="https://user-images.githubusercontent.com/16822641/108695606-d44ce580-7543-11eb-9b44-367eabc72c70.png"/>

### 인공지능 서비스 개발 과정
### 인공지능 서비스 개발 과정 (AI Service Development Process)

1. 학습에 필요한 데이터를 수집하고 가공합니다.
2. 가공된 학습 데이터를 이용해 적절한 인공지능 모델을 학습합니다.
3. 학습된 모델을 배포하여 애플리케이션에서 이를 활용합니다.
1. 학습에 필요한 데이터를 수집하고 가공합니다 (Collect and pre-process data necessary for training)
2. 가공된 학습 데이터를 이용해 적절한 인공지능 모델을 학습합니다 (Train a suitable AI model using the processed training data)
3. 학습된 모델을 배포하여 애플리케이션에서 이를 활용합니다 (Deploy the trained model to utilize it in your application)

<img width="70%" src="https://user-images.githubusercontent.com/16822641/108695713-f6defe80-7543-11eb-9d2d-8b1aed583c19.png"/>

### 전체 소스코드
### 전체 소스코드 (Source Code)

* 전체 소스코드는 Google Colab에서 실행 가능하며 [소스코드 경로](/Celebrity%20Classifier%20Service%20Using%20Crawling%20and%20Transfer%20Learning.ipynb)에서 확인 가능합니다.
* The full source code is executable on Google Colab and can be found at [Source Code](/Celebrity%20Classifier%20Service%20Using%20Crawling%20and%20Transfer%20Learning.ipynb).