/CNN-based-Celebrity-Classification-AI-Service-Using-Transfer-Learning

3분만에 만드는 인공지능 서비스: 마동석/김종국/이병헌 분류기

Primary LanguageJupyter Notebook

마동석/김종국/이병헌 분류기 (Ma Dong-seok / Kim Jong-guk / Lee Byung-hun Classifier)

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

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

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

  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)

전체 소스코드 (Source Code)

  • 전체 소스코드는 Google Colab에서 실행 가능하며 소스코드 경로에서 확인 가능합니다.
  • The full source code is executable on Google Colab and can be found at Source Code.