편집

다음을 통해 공유


Python용 Azure Cognitive Services 모듈Azure Cognitive Services modules for Python

Python용 Azure Cognitive Services 모듈을 사용하여 Python 앱, 웹 사이트 및 도구에 이미지 및 얼굴 인식, 언어 분석 및 검색을 추가합니다.Add image and face recognition, language analysis, and search to your Python apps, websites, and tools using the Azure Cognitive Services modules for Python.

비전 모듈Vision modules

Computer VisionComputer Vision

이미지에서 찾은 시각적 콘텐츠에 대한 정보를 반환합니다.Returns information about visual content found in an image:

  • 태그 지정, 설명 및 도메인 특정 모델을 사용하여 자신 있게 콘텐츠를 파악하고 레이블을 지정하세요.Use tagging, descriptions, and domain-specific models to identify content and label it with confidence.
  • 성인 콘텐츠를 자동으로 제한할 수 있도록 성인/외설 설정을 적용합니다.Apply adult/racy settings to enable automated restriction of adult content.
  • 사진의 이미지 형식과 색 구성표를 파악합니다.Identify image types and color schemes in pictures.

브라우저에서 무료로 Computer Vision을 사용해 보세요.Try Computer Vision for free in your browser.

pip를 사용하여 Python 모듈 가져오기:Get the Python module with pip:

pip install azure-cognitiveservices-vision-computervision

Computer Vision API에 대해 자세히 알아보고 Computer Vision API Python 빠른 시작을 시작하세요.Learn more about the Computer Vision API and get started with the Computer Vision API Python quickstart.

Content ModeratorContent Moderator

사용자 검토 도구로 확대된, 텍스트, 비디오 및 이미지의 기계 지원 조정.Machine-assisted moderation of text, video and images, augmented with human review tools.

pip를 사용하여 Python 모듈 가져오기:Get the Python module with pip:

pip install azure-cognitiveservices-vision-contentmoderator

Content Moderator 서비스에 대해 자세히 알아보세요.Learn more about the Content Moderator service.

사용자 지정 시각 서비스Custom Vision Service

이미지를 업로드하여 특정 사용 사례에 맞게 Computer Vision 모델을 학습시키고 사용자 지정하세요.Upload images to train and customize a computer vision model for your specific use case. 모델이 학습되면 API를 사용하여 모델로 이미지에 태그를 지정하고 결과를 평가하여 분류자를 개선할 수 있습니다.Once the model is trained, you can use the API to tag images using the model and evaluate the results to improve your classifier.

pip를 사용하여 Python 모듈 가져오기:Get the Python module with pip:

pip install azure-cognitiveservices-vision-customvision

Custom Vision 서비스에 대해 자세히 알아보고 Custom Vision Python 자습서를 시작하세요.Learn more about the Custom Vision service and get started with the Custom Vision Python tutorial

Face APIFace API

사진에서 얼굴을 감지, 식별, 분석, 구성하고 태그를 지정합니다.Detect, identify, analyze, organize, and tag faces in photos.

브라우저에서 Face API를 사용해 보세요.Try the Face API in your browser.

pip를 사용하여 Python 모듈 가져오기:Get the Python module with pip:

pip install cognitive-face

Face API에 대해 자세히 알아보고 Face API Python 빠른 시작을 시작하세요.Learn more about the Face API and get started with the Face API Python quickstart.

검색 모듈Search modules

Bing Web Search API로 인덱싱된 웹 문서를 검색하고 결과 형식, 최신성 등을 기준으로 결과의 범위를 축소해 보세요.Retrieve web documents indexed by the Bing Web Search API and narrow down the results by result type, freshness and more.

브라우저에서 Web Search API를 사용해 보세요.Try the Web Search API in your browser.

pip를 사용하여 Python 모듈 가져오기:Get the Python module with pip:

pip install azure-cognitiveservices-search-websearch

Bing Web Search API에 대해 자세히 알아보고 Web Search API Python 빠른 시작을 시작하세요.Learn more about the Bing Web Search API and get started with the Web Search API Python quickstart.

이미지를 검색하고 결과에 썸네일, 전체 이미지 URL, 이미지 메타데이터 등을 가져오세요.Search for images and get thumbnails, full image URLs, image metadata and more in your results.

브라우저에서 Image Search API를 사용해 보세요.Try the Image Search API in your browser.

pip를 사용하여 Python 모듈 가져오기:Get the Python module with pip:

pip install azure-cognitiveservices-search-imagesearch

Bing Image Search API에 대해 자세히 알아보고 Image Search API Python 빠른 시작을 시작하세요.Learn more about the Bing Image Search API and get started with the Image Search API Python quickstart.

특정 검색어 또는 위치와 가장 관련 있는 엔터티(장소, 사람 또는 물건)를 검색하세요.Search for the most relevant entity (place, person, or thing) for a given search term or location.

브라우저에서 Entity Search API를 사용해 보세요.Try the Entity Search API in your browser.

pip를 사용하여 Python 모듈 가져오기:Get the Python module with pip:

pip install azure-cognitiveservices-search-entitysearch

Bing Entity Search API에 대해 자세히 알아보고 Entity Search API Python 빠른 시작을 시작하세요.Learn more about the Bing Entity Search API and get started with the Entity Search API Python quickstart.

특정 검색 도메인에 맞는 사용자 지정 웹 검색을 빌드해 보세요.Build and a custom web search that meets your specific search domain.

pip를 사용하여 Python 모듈 가져오기:Get the Python module with pip:

pip install azure-cognitiveservices-search-customsearch

Bing Custom Search 서비스에 대해 자세히 알아보고 Custom Search API Python 빠른 시작을 사용하여 Python에서 사용자 지정 검색 쿼리를 시작하세요.Learn more about the Bing Custom Search service and get started with querying your custom search from Python with the Custom Search API Python quickstart.

웹에서 비디오를 검색하고 작성자, 인코딩, 길이 및 조회수 메타데이터가 포함된 결과를 가져오세요.Find videos across the web and get results with creator, encoding, length, and view count metadata.

브라우저에서 Video Search API를 사용해 보세요.Try the Video Search API in your browser.

pip를 사용하여 Python 모듈 가져오기:Get the Python module with pip:

pip install azure-cognitiveservices-search-videosearch

Bing Video Search 서비스에 대해 자세히 알아보고 Video Search API Python 빠른 시작을 시작하세요.Learn more about the Bing Video Search service and get started with the Video Search API Python quickstart.

웹에서 뉴스 기사를 검색하고, 기사, 관련 뉴스, 이미지 및 공급자 정보 메타데이터로 작업하세요.Search the web for news articles and work with article, related news, images, and provider info metadata.

브라우저에서 News Search API를 사용해 보세요.Try the News Search API in your browser.

pip를 사용하여 Python 모듈 가져오기:Get the Python module with pip:

pip install azure-cognitiveservices-search-newssearch

Bing News Search 서비스에 대해 자세히 알아보고 News Search API Python 빠른 시작을 시작하세요.Learn more about the Bing News Search service and get started with the News Search API Python quickstart.

언어 모듈Language modules

텍스트 분석Text Analytics

텍스트 분석 API는 원시 텍스트에 대한 자연어 처리를 제공하는 클라우드 기반 서비스입니다.The Text Analytics API is a cloud-based service that provides natural language processing over raw text. 이 API에는 세 가지 주요 기능이 포함되어 있습니다.The API includes three main functions:

  • 정서 분석Sentiment analysis
  • 핵심 문구 추출Key phrase extraction
  • 언어 검색Language detection

브라우저에서 텍스트 분석 API를 사용해 보세요.Try the Text Analytics API in your browser.

pip를 사용하여 Python 모듈 가져오기:Get the Python module with pip:

pip install azure-cognitiveservices-language-textanalytics

텍스트 분석 API에 대해 자세히 알아보고 텍스트 분석 API Python 빠른 시작을 시작하세요.Learn more about the Text Analytics API and get started with the Text Analytics API Python quickstart.

Spell CheckSpell Check

Bing Spell Check API를 사용하여 상황별 문법 및 맞춤법 검사를 수행하세요.Perform contextual grammar and spell checking with the Bing Spell Check API.

브라우저에서 Spell Check API를 사용해 보세요.Try the Spell Check API in your browser.

pip를 사용하여 Python 모듈 가져오기:Get the Python module with pip:

pip install azure-cognitiveservices-language-spellcheck

Spell Check API에 대해 자세히 알아보고 Spell Check API Python 빠른 시작을 시작하세요.Learn more about the Spell Check API and get started with the Spell Check API Python quickstart.