Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Development Tools No-Code Development
Business
Entrepreneurship Communications Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certification Network & Security Hardware Operating Systems Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design Design Thinking 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition Yoga Mental Health Dieting Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Teacher Training Test Prep Other Teaching & Academics
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Cisco CCNA Amazon AWS CompTIA Security+ AWS Certified Developer - Associate
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Mindfulness Personal Development Personal Transformation Meditation Life Purpose Coaching Neuroscience
Web Development JavaScript React CSS Angular PHP WordPress Node.Js Python
Google Flutter Android Development iOS Development Swift React Native Dart Programming Language Mobile Development Kotlin SwiftUI
Digital Marketing Google Ads (Adwords) Social Media Marketing Google Ads (AdWords) Certification Marketing Strategy Internet Marketing YouTube Marketing Email Marketing Retargeting
SQL Microsoft Power BI Tableau Business Analysis Business Intelligence MySQL Data Analysis Data Modeling Data Science
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Online Business Business Plan Startup Freelancing Blogging Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
30-Day Money-Back Guarantee

This course includes:

  • 2 hours on-demand video
  • 1 article
  • 3 downloadable resources
  • Full lifetime access
  • Access on mobile and TV
IT & Software Other IT & Software Artificial Intelligence

画像解析AI(人工知能)を使ったLINEBOT「探偵ボット」を作ろう

GoogleCloudVisionAPI・GoogleAppsScript・Messaging APIを使って、様々な画像解析をするAI「LINEBOT」を作ります。
Rating: 3.1 out of 53.1 (17 ratings)
136 students
Created by Taka pon
Last updated 9/2020
Japanese
30-Day Money-Back Guarantee

What you'll learn

  • 画像解析AIを使った技術
  • Google Cloud Vision APIについて
  • Messaging API(LINEBOT)について
  • JavaScriptを使ったプログラミング
  • Google Apps Scriptの使用方法
  • Google Drive APIについて

Requirements

  • パソコン操作ができる方
  • LINEアカウント
  • Googleアカウント

Description

このコースではGoogleCloudVisionAPIを使って画像解析をするAI「LINEBOT」を作ります。


画像解析、AIといっても、プログラミング未経験者、LINEBOT未経験者でも完成できるようにプログラムソースのダウンロード、各種アカウントの作成方法など、すべて動画で説明をしていきます。

今回のコード(JavaScript)についての説明もしていきますので、今回のLINEBOTが動く仕組みなどが学習できます。


【完成させるLINBOTについて】

LINEで画像を送ると以下の画像解析をしてメッセージで返信されます。


・画像に関連したワード検出

(例えば、鏡餅の写真を送れば「新春裝飾」「お正月飾り 鏡餅」「Japanese New Year」などといったワードが返ってきます。)


・画像が部分一致した画像URL検出

(被写体に一致した画像のインターネット上の画像URL)


・画像が部分一致したサイトURL検出

(被写体が掲載されているネット上のブログ、ニュースサイト、ネットショップなどのサイトURL)


・画像に写った文字を解析(OCR)

(画像に写ったテキストの文字起こし)


このLINBOTの使い方は様々ですが、

例えば、

・たまたまSNSやサイトで見かけた画像、写真について調べたり。

・画像に関連した記事があるサイトを調べたり。

・画像に写った文字を全部テキスト化(文字起こし)したり。

など、使い方は色々です。


【コースの内容について】

画像解析AIはGoogleCloudVisionAPIを利用しますので、GoogleCloudVisionAPIの使い方などを学習します。

実装に関してはLINEのMessaging APIとGAS(GoogleAppsScript)を使いますので、Messaging API、GoogleAppsScriptの使い方、プログラミング言語はJavaScriptを使いますので、今回のボットが動くプログラミング部分の学習ができます。


実際の動作イメージ、学習風景などはプロモーション動画をご覧ください。

Who this course is for:

  • 画像解析AIを体験してみたい方
  • LINEBOTを体験してみたい方

Course content

9 sections • 28 lectures • 2h 10m total length

  • Preview14:57

  • このセクションの説明
    00:34
  • LINE Developersへのログイン
    02:38
  • プロバイダーの作成
    02:28
  • チャンネルの登録
    06:50
  • Messaging APIを利用するための設定
    05:36

  • このセクションの説明
    00:30
  • Google Cloud Vision APIの利用登録
    07:17

  • このセクションの説明
    00:25
  • GoogleDriveの利用準備
    03:19

  • このセクションの説明
    00:34
  • Google Apps Scriptにコードを追加
    05:55
  • Google Apps ScriptとLINEの連携
    02:47
  • 実機での確認とコードの説明
    07:19

  • このセクションの説明
    01:11
  • ソースコードの追加
    04:04
  • WebhookへのURL追加
    04:07
  • 実機での動作確認
    11:57

  • このセクションの説明
    01:01
  • ソースコードの追加
    03:28
  • 実機での動作確認
    05:08
  • ソースコードの解説1
    12:05
  • ソースコードの解説2
    04:17
  • ソースコードの解説3
    02:46
  • ソースコードの解説4
    14:10

  • このセクションの説明
    00:25
  • プロフィール画像の変更方法
    03:17

  • ボーナスレクチャー
    01:12

Instructor

Taka pon
アプリ開発,ITエンジニア
Taka pon
  • 4.2 Instructor Rating
  • 410 Reviews
  • 2,346 Students
  • 9 Courses

20代前半から約15年程度、IT関連のエンジニアの仕事をしています。

現在は独立して、アプリ開発、WEBシステム開発などを中心に仕事をしています。

皆様が「作ってみたいな」「おもしろそうだな」と思ってもらえるような講座を目指していきたいと思います。

よろしくお願いします。

  • Udemy for Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Featured courses
Udemy
© 2021 Udemy, Inc.