코딩/머신러닝 (2) 썸네일형 리스트형 (2) 머신러닝을 사용하여 닮은꼴 연예인 학습시키기 머신러닝이란? -> 요기 구글 Teachable Machine 머신러닝 무료 서비스 공개 (사용법 간단) 요즘 핫하게 사용되고 있는 머신러닝을 구글에서 일반인들도 쉽게 사용할 수 있도록 공개했습니다. 머신러닝이란 말 그대로 기계학습을 말합니다. 기계라고 하면 일반적으로 컴퓨터를 생각� happywww.tistory.com https://teachablemachine.withgoogle.com/ Teachable Machine Train a computer to recognize your own images, sounds, & poses. A fast, easy way to create machine learning models for your sites, apps, and more – no experti.. (1) Python으로 웹상의 이미지 가져오기 Python으로 이미지를 크롤링 하는 방법은 -> 요기 Python 네이버 실검 크롤링 네이버 실시간 검색어를 크롤링 해보자! 하고 해보고 있는데... beautifulsoup 라이브러리를 다운받은 후 bs4가 없기 때문에 터미널 창에 ->pip install bs4 를 사용하여 다운 받았다. 이제 한번 써보자! spa code-nen.tistory.com from google_images_download import google_images_download response = google_images_download.googleimagesdownload() arguments = {"keywords":"이미지 검색 이름","limit":60,"print_urls":True,"format":"jpg"} p.. 이전 1 다음