MrSyee / dl_apps

책 "쓸모있는 AI 서비스 만들기"에서 소개하는 예제들을 정리한 레포

Home Page:https://www.yes24.com/Product/Goods/129119345

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

쓸모있는 AI 서비스 만들기

"쓸모있는 AI 서비스 만들기"에서 소개하는 예제들을 정리한 레포입니다.

drawing

Patch Notes

⚠️ 라이브러리 버전의 변화, 업데이트 등의 이유로 발생하는 오류로 인해 책 내용과 다르게 수정된 내용이 있습니다. 주기적으로 업데이트할 예정이니 참고바랍니다. 실습 중 문제가 있는 예제가 있다면 이슈에 남겨주세요.

  • 2024.07.17: Speech Recognition 예제의 pytube 이슈 해결을 위한 셀 추가
    • Speech Recognition 예제에서 pytube 15.0.0 버전에서 변경된 youtube URL을 제대로 처리하지 못하고 에러가 발생.
    • 이슈에서 해결방안이 있으나 공식적으로 pytube 라이브러리에 업데이트 되지 않음.
    • 문제를 해결된 버전의 pytube를 사용하기 위해 임시로 패키지 설치 셀을 추가함.
      !pip install -U git+https://github.com/an-dutra/pytube.git@patch-1
      

Contents

handwritten_ocr

Segmentation: Remove background

remove_background_sam

news_article_chatbot

Speech Recognition: YouTube Subtitle Generator

youtube_subtitle_generator

Image Generation: Sketch to Image Generator

sketch_to_image

About

책 "쓸모있는 AI 서비스 만들기"에서 소개하는 예제들을 정리한 레포

https://www.yes24.com/Product/Goods/129119345


Languages

Language:Jupyter Notebook 99.6%Language:Makefile 0.4%