본문 바로가기

Head vs breakz

검색하기
Head vs breakz
프로필사진 headbreakz

  • Total (86)
    • Head (73)
      • 인공지능 (24)
      • chatbot (17)
      • Code (25)
      • IT (4)
      • 통계 (3)
    • Break (2)
      • 인공지능 (2)
    • ARXIV (5)
    • Project (3)
      • 알약project (3)
    • 일상 (2)
Notice
  • 손님들에게
Recent Posts
Link
  • 다영님 블로그
  • 명환님 블로그
  • 조대협님 블로그
  • Ratsgo님 블로그
  • 김태완님 블로그
  • Untitled님 블로그
  • 답을 찾아가는 과정
  • 제이스핀님 블로그
Archives
«   2025/05   »
일 월 화 수 목 금 토
1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31
Tags
  • boostcamp
  • 인공지능
  • 부스트캠프 AI
  • 알약 분류
  • Chatbot
  • 파이썬
  • 부스트캠프
  • image
  • 챗봇
  • google chatbot
  • pyTorch
  • 사용법
  • 사용방법
  • Ai
  • detection
  • keras
  • google dialogflow
  • 공공기관 챗봇
  • dataset
  • facebook
  • cnn
  • 백준
  • yolo
  • oneshotlearning
  • python
  • 이미지
  • object detection
  • 카카오
  • oneshot
  • Kakao
more
관리 메뉴
  • 글쓰기
  • 관리

목록google text detection (1)

Head vs breakz

[code] - 이미지에서 글씨 찾기 구글 API / windows에서

from google.cloud import vision import os,io os.environ["GOOGLE_APPLICATION_CREDENTIALS"] ='구글에서받은.json' # def detect_text(path): client = vision.ImageAnnotatorClient() with io.open(path, 'rb') as image_file: content = image_file.read() image = vision.types.Image(content=content) response = client.text_detection(image=image) texts = response.text_annotations print(texts) for text in texts: print..

Head/Code 2020. 4. 20. 20:09
Prev 1 Next

Blog is powered by kakao / Designed by Tistory

티스토리툴바