スクリプトを検索


26 結果.

Paragraphs
Paragraphs
This script shows how to create a paragraph object to return responses that are greater than 1k of text.
別名: @paragraphs-admin
カテゴリ: Self, Examples
Tags: exodus, paragraphs, examples, self
作成した: Dec 18 2020, by: admin
イカおいしかったです。: 0, 詳細: 0, 星: 0.0
Language: Self
結ぶ: 209, 今日の: 0, 週間: 0, 月: 0
最後の接続: Jun 29, 18:10
Bank Branch
Bank Branch
An example response list for a bank branch. You could deploy a bot using this script to any service such as web, mobile, social media, IOT.
別名: @bankbranch
カテゴリ: Response Lists, Business, Examples
Tags: business, banking, response list, examples
作成した: Dec 18 2020, by: admin
イカおいしかったです。: 0, 詳細: 0, 星: 0.0
Language: Response List
結ぶ: 208, 今日の: 0, 週間: 0, 月: 0
最後の接続: Jun 30, 0:49
Synth
Synth
This script loads a greeting and default response that use language synthesis. Language synthesis generates responses based on the question topic and language patterns.
別名: @Synth
カテゴリ: Response Lists
Tags: response list, learning, synthesis, artificial intelligence
作成した: Dec 18 2020, by: admin
イカおいしかったです。: 0, 詳細: 0, 星: 0.0
Language: Response List
結ぶ: 208, 今日の: 0, 週間: 0, 月: 0
最後の接続: Jun 30, 0:44
familiarpredicate
familiarpredicate
Rosie familiarpredicate.map script.
別名: @familiarpredicate
カテゴリ: Data, Rosie, AIML, Map
Tags: map, aiml, aiml2, rosie
作成した: Nov 7 2019, by: admin
イカおいしかったです。: 0, 詳細: 0, 星: 0.0
Language: Map
結ぶ: 204, 今日の: 0, 週間: 0, 月: 0
最後の接続: Jun 25, 7:52
20 Questions
20 Questions
An AIML script of a 20 questions game, from the Square Bear AIML collection. Type "20q" to start a game.
別名: @20 Questions
カテゴリ: Games, AIML, Square Bear
Tags: aiml, games, square bear
作成した: Dec 18 2020, by: admin
イカおいしかったです。: 0, 詳細: 0, 星: 0.0
Language: AIML
結ぶ: 201, 今日の: 0, 週間: 0, 月: 0
最後の接続: Jun 25, 7:31
Dialog
Dialog
Rosie dialog.aiml script.
別名: @dialog
カテゴリ: Rosie, AIML
Tags: aiml2, rosie, aiml
作成した: Nov 7 2019, by: admin
イカおいしかったです。: 0, 詳細: 0, 星: 0.0
Language: AIML
結ぶ: 200, 今日の: 0, 週間: 0, 月: 0
最後の接続: Jun 25, 7:51
Connect 4 Text
Connect 4 Text
This script lets you play Connect 4 with your bot. This is the text version of the script (board is printed as text). There are 2 play option in the script, random move, and deep learning move that uses the Bot Libre analytics API. This script requires the game-sdk.js and games.css files.
別名: @connect4text
カテゴリ: Games, Self
Tags: analytics, deep learning, self, checkers, machine learning, games
作成した: Apr 14 2021, by: admin
イカおいしかったです。: 0, 詳細: 0, 星: 0.0
Language: Self
結ぶ: 199, 今日の: 0, 週間: 0, 月: 0
最後の接続: Jun 25, 7:27
Instructor Bot
Instructor Bot
A response list set for a virtual course on Bot Libre. This response list uses a conversation flow to give a course on the Bot Libre platform. It uses a command to display a slide show of the course slides as it discusses each page. You must call initWebPreview() on your WebChatbotListener to enable the displaying of the slides.
別名: @instructorbot
カテゴリ: Education, Response Lists
Tags: education, response list, course
作成した: Dec 18 2020, by: admin
イカおいしかったです。: 0, 詳細: 0, 星: 0.0
Language: Response List
結ぶ: 196, 今日の: 0, 週間: 0, 月: 0
最後の接続: Jun 24, 23:29
Math Tutor
Math Tutor
A response list set for a virtual math tutor.
別名: @mathtutor
カテゴリ: Response Lists, Education
Tags: response list, math, tutor
作成した: Dec 18 2020, by: admin
イカおいしかったです。: 0, 詳細: 0, 星: 0.0
Language: Response List
結ぶ: 195, 今日の: 0, 週間: 0, 月: 0
最後の接続: Jun 24, 23:28
Simple Addition
Simple Addition
This script can perform basic math using a state machine.
別名: @Simple Addition
カテゴリ: Math, Examples, Self
Tags: math, self
作成した: Dec 18 2020, by: admin
イカおいしかったです。: 0, 詳細: 0, 星: 0.0
Language: Self
結ぶ: 193, 今日の: 0, 週間: 1, 月: 0
最後の接続: Jun 30, 1:07
Date
Date
Rosie date.aiml script.
別名: @date
カテゴリ: Rosie, AIML
Tags: datetime, aiml2, rosie, aiml
作成した: Nov 7 2019, by: admin
イカおいしかったです。: 0, 詳細: 0, 星: 0.0
Language: AIML
結ぶ: 192, 今日の: 0, 週間: 0, 月: 0
最後の接続: Jun 25, 0:12
Image Classifier Website
Image Classifier Website
This website provides example code for accessing the Bot Libre Analytic API from JavaScript.
別名: @imageclassifierwebsite
カテゴリ: Programming Language, Examples, HTML, Website
Tags: analytics, examples, api, website, html
作成した: Apr 9 2021, by: admin
イカおいしかったです。: 0, 詳細: 0, 星: 0.0
Language: HTML
結ぶ: 192, 今日の: 0, 週間: 1, 月: 0
最後の接続: Jun 30, 1:47
TicTacToe
TicTacToe
This script lets you play Tic Tac Toe with your bot. It uses machine learning to let the bot learn the more it plays. This script requires the game-sdk.js and games.css files.
別名: @TicTacToe
カテゴリ: Self, Games
Tags: self, games, machine learning
作成した: Dec 18 2020, by: admin
イカおいしかったです。: 0, 詳細: 0, 星: 0.0
Language: Self
結ぶ: 190, 今日の: 0, 週間: 1, 月: 0
最後の接続: Jun 30, 16:50
Audio Video Rich Responses
Audio Video Rich Responses
Examples of how to return audio, video, and rich HTML responses.
別名: @audiovideorichresponses
カテゴリ: Response Lists
Tags: audio, response list, video, examples
作成した: Dec 18 2020, by: admin
イカおいしかったです。: 0, 詳細: 0, 星: 0.0
Language: Response List
結ぶ: 189, 今日の: 0, 週間: 0, 月: 0
最後の接続: Jun 24, 23:32
Image List Responses
Image List Responses
Examples of how to return choices, or lists of items with images.
別名: @imagelistresponses
カテゴリ: Response Lists
Tags: html, rich, response list, examples
作成した: Jun 14 2021, by: admin
イカおいしかったです。: 0, 詳細: 0, 星: 0.0
Language: Response List
結ぶ: 188, 今日の: 0, 週間: 0, 月: 0
最後の接続: Jun 29, 22:14
TicTacToeText
TicTacToeText
This script lets you play Tic Tac Toe with your bot. It uses machine learning to let the bot learn the more it plays. This is a text/HTML version of the TicTacToe script that does not require the game-sdk.js
別名: @TicTacToeText
カテゴリ: Self, Games
Tags: games, machine learning, self
作成した: Dec 18 2020, by: admin
イカおいしかったです。: 0, 詳細: 0, 星: 0.0
Language: Self
結ぶ: 188, 今日の: 0, 週間: 0, 月: 0
最後の接続: Jun 25, 7:26
Connect 4
Connect 4
This script lets you play Connect 4 with your bot. There are 2 play option in the script, random move, and deep learning move that uses the Bot Libre analytics API. This script requires the game-sdk.js and games.css files.
別名: @connect4
カテゴリ: Games, Self
Tags: machine learning, deep learning, games, self, checkers, analytics
作成した: Apr 14 2021, by: admin
イカおいしかったです。: 0, 詳細: 0, 星: 0.0
Language: Self
結ぶ: 187, 今日の: 0, 週間: 0, 月: 0
最後の接続: Jun 25, 23:33
About Famous People
About Famous People
A response list that can answer questions about famous people using Wikidata.
別名: @aboutfamouspeople
カテゴリ: Examples, Response Lists
Tags: response list, knowledge, examples
作成した: Jun 14 2021, by: admin
イカおいしかったです。: 0, 詳細: 0, 星: 0.0
Language: Response List
結ぶ: 186, 今日の: 0, 週間: 0, 月: 0
最後の接続: Jun 25, 7:38
Reductions update
Reductions update
Rosie reductions_update.aiml script.
別名: @reductionsupdate
カテゴリ: Rosie, AIML
Tags: rosie, aiml, aiml2
作成した: Nov 7 2019, by: admin
イカおいしかったです。: 0, 詳細: 0, 星: 0.0
Language: AIML
結ぶ: 185, 今日の: 0, 週間: 0, 月: 0
最後の接続: Jun 25, 7:51
Electronics Store
Electronics Store
An example response list for an electronics store. You could deploy a bot using this script to any service such as web, mobile, social media, IOT.
別名: @electronicsstore
カテゴリ: Response Lists, Business, Examples
Tags: business, examples, response list, e-commerce
作成した: Dec 18 2020, by: admin
イカおいしかったです。: 0, 詳細: 0, 星: 0.0
Language: Response List
結ぶ: 183, 今日の: 0, 週間: 0, 月: 0
最後の接続: Jun 24, 23:33
Reductions 1
Reductions 1
Rosie reductions1.aiml script.
別名: @reductions
カテゴリ: Rosie, AIML
Tags: aiml, rosie, aiml2
作成した: Nov 7 2019, by: admin
イカおいしかったです。: 0, 詳細: 0, 星: 0.0
Language: AIML
結ぶ: 180, 今日の: 0, 週間: 0, 月: 0
最後の接続: Jun 28, 23:09
nospeech
nospeech
This response list gives an example of the "nospeech" HTML class that lets a response include text that is not spoken.
別名: @nospeech
カテゴリ: Response Lists
Tags: html, speech, response list, css, nospeech
作成した: Feb 9 2021, by: admin
イカおいしかったです。: 0, 詳細: 0, 星: 0.0
Language: Response List
結ぶ: 178, 今日の: 0, 週間: 0, 月: 0
最後の接続: Jun 29, 6:21
z_update
z_update
Rosie z_update.aiml script.
別名: @z_update
カテゴリ: AIML, Rosie
Tags: aiml2, rosie, aiml
作成した: Nov 7 2019, by: admin
イカおいしかったです。: 0, 詳細: 0, 星: 0.0
Language: AIML
結ぶ: 175, 今日の: 0, 週間: 0, 月: 0
最後の接続: Jun 25, 7:52
Config
Config
Rosie config.aiml script.
別名: @config
カテゴリ: Rosie, AIML
Tags: rosie, aiml, aiml2
作成した: Nov 7 2019, by: admin
イカおいしかったです。: 0, 詳細: 0, 星: 0.0
Language: AIML
結ぶ: 165, 今日の: 0, 週間: 0, 月: 0
最後の接続: Jun 25, 7:38
ChatGPT
ChatGPT
This Self script can be used to access the GPT-3.5 (ChatGPT) API from Open AI. GTP-3.5 is a chat optimized text generative LLM (large language model), and has been train on a large set of multi language text and and responds to many types of questions and queries. This script requires that you enter your Open AI Playground API key.
別名: @chatgpt
カテゴリ: Self
Tags: llm, json, gpt-3, self, web service, open ai, gpt, text generation, deep learning, ai, artificial intelligence
作成した: Apr 3 2023, by: admin
イカおいしかったです。: 0, 詳細: 0, 星: 0.0
Language: Self
結ぶ: 144, 今日の: 0, 週間: 0, 月: 0
最後の接続: Jun 26, 13:53
Bearer Authentication
Bearer Authentication
This script shows an example of calling a web service that uses bearer authentication.
別名: @bearerauthentication
カテゴリ: Self
Tags: authentication, web service, json, bearer
作成した: Apr 3 2023, by: admin
イカおいしかったです。: 0, 詳細: 0, 星: 0.0
Language: Self
結ぶ: 103, 今日の: 0, 週間: 0, 月: 0
最後の接続: Jun 26, 0:51