LoginSignup
10
11

More than 5 years have passed since last update.

人工知能ボットAPIの試用

Posted at

User Localさんが無料提供している人工知能ボットAPIを試してみました。
http://ai.userlocal.jp/

会話のイメージとしては下記ようなapiリクエストをサーバーに投げるだけです。

https://chatbot-api.userlocal.jp/api/chat?message=%E9%87%8E%E7%90%83%E3%81%97%E3%81%9F%E3%81%84&key=sample

そこでチャット形式で人工知能と会話ができる簡易Webアプリをrailsを使って作成してみました。
スクリーンショット 2016-08-08 16.02.32.png

ソースはgithubに公開しています。
https://github.com/dev-chiku/botai
(rails, scss, coffeescript, jquery, bootswatch, rspec, factorygirl, databasecleanerなど使用)

10
11
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
10
11