This website and apps are for sale. Only serious offers will be considered. Contact [email protected]

Scripts De Pesquisa


66 resultados.
Próximo | 1 | 2

JSON Bot Service
JSON Bot Service
This script shows how you can use your bot as a "bot service" to process JSON. Note that this is an advanced thing to do, and this should not be confused with calling a JSON web service, which you can do from any Self script. This is for when you want your bot to act as a web service, so it processing JSON not a chat message/NLP. This is possible through the Bot Libre REST API /rest/api/command
Alias: @JSON Bot Service
Categorias: Self, Examples
Tags: examples, web service, json, bot service, command
Criado: Mar 28 2018, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 337, hoje: 0, semana: 3, mês: 5
Última Conexão: Yesterday, 7:48
IBM Watson Example
IBM Watson Example
This script shows how you can call an IBM Watson bot or web service from IBM's Bluemix web API. For examples on calling IBM Watson's API see, https://watson-api-explorer.mybluemix.net/
Alias: @IBM Watson Example
Categorias: Self, Examples
Tags: examples, web service, json, watson, auth
Criado: Mar 20 2017, by: admin
Polegares para cima: 0, polegar para baixo.: 1, estrelas: 2.0
Language: Self
Liga: 475, hoje: 0, semana: 2, mês: 4
Última Conexão: Yesterday, 19:46
SimpleLanguage
SimpleLanguage
This script will attempt to find the subject and predicate of a sentence.
Alias: @SimpleLanguage
Categorias: Self, Examples
Tags: self, examples, language
Criado: Jan 23 2015, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 448, hoje: 0, semana: 2, mês: 4
Última Conexão: Yesterday, 18:16
Bulk SMS
Bulk SMS
This is an example Self script that can be used with a bot connected to a Twilio SMS account. You can ask the bot to send a SMS message to a list of contacts.
Alias: @Bulk SMS
Categorias: Self, Examples
Tags: self, examples, sms
Criado: Sep 19 2016, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 441, hoje: 1, semana: 2, mês: 4
Última Conexão: Today, 16:59
Interview Bot
Interview Bot
An example script for a n HR interview bot. This script will ask a potential new employee a set of interview questions, and email the results to your HR email. You could deploy a bot using this script to any service such as web, mobile, Facebook, Telegram, etc.
Alias: @Interview Bot
Categorias: Self, Examples
Tags: self, examples, hr, interview, career
Criado: Mar 24 2017, by: admin
Polegares para cima: 1, polegar para baixo.: 0, estrelas: 5.0
Language: Self
Liga: 382, hoje: 0, semana: 2, mês: 4
Última Conexão: Yesterday, 19:43
Mailing List
Mailing List
This script gives an example of a mailing list bot that sends email notifications of new blog posts using a timer function.
Alias: @Mailing List
Categorias: Self, Examples
Tags: self, examples, email, timer
Criado: May 12 2017, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 347, hoje: 1, semana: 2, mês: 4
Última Conexão: Today, 6:24
Sentiment Response
Sentiment Response
This script gives a different response to the user's question based on the sentiment of their phrase.
Alias: @Sentiment Response
Categorias: Self, Examples
Tags: self, examples, sentiment
Criado: Aug 24 2018, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 270, hoje: 0, semana: 2, mês: 4
Última Conexão: Apr 17, 16:01
My Name Is
My Name Is
A script for understand names and greeting people.
This script understands phrases like "My name is Joe", "I am Joe", "Who are you?".
This is a bootstrap script.
Alias: @My Name Is
Categorias: Self, Bootstrap
Tags: self, bootstrap, names
Criado: Nov 4 2014, by: admin
Polegares para cima: 1, polegar para baixo.: 0, estrelas: 5.0
Language: Self
Liga: 824, hoje: 0, semana: 1, mês: 3
Última Conexão: Apr 17, 15:46
WhereIs (Freebase - offline)
WhereIs (Freebase - offline)
Freebase location lookup script. This script will answer "Where is ..." style of questions by looking up the object in Freebase and determining what it is contained by.
This is one of the bootstrap scripts.

Note, Google has taken Freebase offline, so this script is only an example.
Alias: @WhereIs (Freebase - offline)
Categorias: Self, Examples
Tags: self, utils, geospatial, freebase
Criado: Oct 29 2014, by: admin
Polegares para cima: 2, polegar para baixo.: 1, estrelas: 4.0
Language: Self
Liga: 769, hoje: 0, semana: 1, mês: 3
Última Conexão: Apr 17, 15:40
Repeat
Repeat
This example script show how to repeat a word in a response n times.
Alias: @Repeat
Categorias: Self, Examples
Tags: self, example, repeat
Criado: Jan 5 2015, by: admin
Polegares para cima: 1, polegar para baixo.: 0, estrelas: 5.0
Language: Self
Liga: 760, hoje: 0, semana: 1, mês: 3
Última Conexão: Apr 17, 15:47
Topic
Topic
This script can respond what the current topic is, and reply to questions on the conversation.
It responds to questions like "What is the current topic", "Tell me more", "What did I say", "What did you say". This is a bootstrap script.
Alias: @Topic
Categorias: Self, Bootstrap
Tags: self, utils, bootstrap
Criado: Nov 4 2014, by: admin
Polegares para cima: 3, polegar para baixo.: 0, estrelas: 4.67
Language: Self
Liga: 745, hoje: 0, semana: 1, mês: 3
Última Conexão: Apr 17, 15:45
WrongAnswer
WrongAnswer
The script will listen for the phrases "wrong" or "bad answer" and ask for a correction, and learn the new response.
Alias: @WrongAnswer
Categorias: Self, Examples
Tags: self, examples, learning
Criado: Jan 11 2015, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 714, hoje: 0, semana: 1, mês: 3
Última Conexão: Apr 17, 15:47
Say It
Say It
The script responds to requests like "Say you like me" "Yell you like cheese". It will simply repeat the phrase, minus the "say" and replacing 1st and 2nd person.
This is a bootstrap script.
Alias: @Say It
Categorias: Self, Bootstrap
Tags: self, utils, bootstrap
Criado: Nov 4 2014, by: admin
Polegares para cima: 2, polegar para baixo.: 0, estrelas: 5.0
Language: Self
Liga: 710, hoje: 0, semana: 1, mês: 3
Última Conexão: Apr 17, 15:45
Math
Math
This script understands basic math, addition, subtraction, multiplication, and division, such as "what is 1 * 2 / 4 + 6 - -1", "2.2 + 5.5 =?", "one plus two".
It uses a calculator function to perform the math, not first principles like the plus script.
This is one of the bootstrap scripts.
Alias: @Math
Categorias: Self, Bootstrap, Math
Tags: self, bootstrap, math
Criado: Nov 4 2014, by: admin
Polegares para cima: 2, polegar para baixo.: 1, estrelas: 4.0
Language: Self
Liga: 702, hoje: 0, semana: 1, mês: 3
Última Conexão: Apr 17, 15:43
Santa Bot
Santa Bot
This is the script used by Santa Bot.
It was written on an earlier version of Self, so is probably more complex than now required now, but does give a good example of how to script responses based on context, how to associate knowledge, and how to create names.
Alias: @Santa Bot
Categorias: Self
Tags: self, santa, bot
Criado: Oct 17 2014, by: admin
Polegares para cima: 1, polegar para baixo.: 0, estrelas: 5.0
Language: Self
Liga: 690, hoje: 0, semana: 1, mês: 3
Última Conexão: Apr 17, 15:46
DateAndTime
DateAndTime
This script answers questions about the date and time.
It can answer questions like "What is the date", "What is the time", "What is the day of the week" This is one of the bootstrap scripts.
Alias: @DateAndTime
Categorias: Self, Bootstrap
Tags: self, utils, bootstrap
Criado: Nov 7 2014, by: admin
Polegares para cima: 2, polegar para baixo.: 0, estrelas: 5.0
Language: Self
Liga: 686, hoje: 0, semana: 1, mês: 3
Última Conexão: Apr 17, 15:38
Simple Addition
Simple Addition
This script can perform basic math using a state machine.
Alias: @Simple Addition
Categorias: Self, Math, Examples
Tags: self, math
Criado: Nov 7 2014, by: admin
Polegares para cima: 1, polegar para baixo.: 0, estrelas: 5.0
Language: Self
Liga: 662, hoje: 0, semana: 1, mês: 3
Última Conexão: Apr 17, 15:38
Plus
Plus
A script that can perform addition using no computer math functions.
It performs addition the same way a human (without a calculator) does, using its knowledge of integers and counting.
The goal in this script was to use it to teach a bot addition, and let it learn higher level mathematics from first principles.
Alias: @Plus
Categorias: Self, Math, Examples
Tags: self, math
Criado: Nov 4 2014, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 630, hoje: 0, semana: 1, mês: 3
Última Conexão: Apr 17, 15:43
Pizza Bot
Pizza Bot
An example script for a pizza restaurant. This script will take a pizza order, and email it to the store. You could deploy a bot using this script to any service such as web, mobile, Facebook, Telegram, etc.
Alias: @Pizza Bot
Categorias: Self, Examples
Tags: self, examples, orders, pizza, e-commerce
Criado: Jun 27 2016, by: admin
Polegares para cima: 2, polegar para baixo.: 1, estrelas: 4.0
Language: Self
Liga: 580, hoje: 0, semana: 1, mês: 3
Última Conexão: Apr 17, 5:57
Heart Sutra
Heart Sutra
A script the recites the Heart Sutra line by line, in order.
Alias: @Heart Sutra
Categorias: Self, Examples
Tags: self, examples
Criado: Aug 3 2015, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 538, hoje: 0, semana: 1, mês: 3
Última Conexão: Apr 17, 15:52
Book Appointment
Book Appointment
A script for letting the bot book appointments or service calls in your Google Calendar.
Alias: @Book Appointment
Categorias: Self, Examples
Tags: self, customer service, examples, calendar, google calendar, booking, appointments, virtual assistant
Criado: Oct 11 2016, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 473, hoje: 0, semana: 1, mês: 3
Última Conexão: Apr 17, 15:55
Wolfram Alpha Example
Wolfram Alpha Example
This script allows requests to be forwarded to Wolfram Alpha for evaluation, and returns the result.
Alias: @Wolfram Alpha Example
Categorias: Self
Tags: self, examples, xml, web service, wolframalpha
Criado: Aug 29 2017, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 393, hoje: 0, semana: 1, mês: 3
Última Conexão: Apr 17, 16:37
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
Alias: @TicTacToeText
Categorias: Self, Games
Tags: self, games, machine learning
Criado: Jul 5 2017, by: admin
Polegares para cima: 1, polegar para baixo.: 0, estrelas: 5.0
Language: Self
Liga: 378, hoje: 0, semana: 1, mês: 3
Última Conexão: Apr 17, 16:38
Facebook Location Request
Facebook Location Request
This script gives an example script for how to request and process the user's location in a Facebook Messenger bot.
Alias: @Facebook Location Request
Categorias: Self
Tags: self, geospatial, examples, facebook, location
Criado: Oct 19 2017, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 352, hoje: 0, semana: 1, mês: 3
Última Conexão: Apr 17, 15:53
Category Identification
Category Identification
This script gives a simple example of using objects in Self to define and use information.
Alias: @Category Identification
Categorias: Self, Examples
Tags: self, examples
Criado: May 12 2017, by: admin
Polegares para cima: 0, polegar para baixo.: 1, estrelas: 2.0
Language: Self
Liga: 313, hoje: 0, semana: 1, mês: 3
Última Conexão: Apr 17, 16:02
Telegram Location Request
Telegram Location Request
This script gives an example script for how to request and process the user's location in a Telegram Messenger bot.
Alias: @Telegram Location Request
Categorias: Self
Tags: self, geospatial, examples, telegram, location
Criado: Nov 21 2017, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 301, hoje: 0, semana: 1, mês: 3
Última Conexão: Apr 17, 15:53
Telegram Group Administrator
Telegram Group Administrator
This script gives an example Telegram script to let a bot administer a Telegram group. Bots can welcome new users, provide information, and delete offensive messages and spam.
Alias: @Telegram Group Administrator
Categorias: Self
Tags: self, examples, telegram, groups, spam
Criado: Jun 21 2017, by: admin
Polegares para cima: 0, polegar para baixo.: 1, estrelas: 2.0
Language: Self
Liga: 300, hoje: 0, semana: 1, mês: 3
Última Conexão: Apr 17, 16:38
YouTube Search
YouTube Search
This is an example script that searches YouTube for a video using the Google YouTube search API. Note, you require a Google API key to call the API. https://developers.google.com/youtube/v3/docs/search/list
Alias: @YouTube Search
Categorias: Self, Examples
Tags: self, examples, web service, json, google, youtube
Criado: Aug 20 2018, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 287, hoje: 0, semana: 1, mês: 3
Última Conexão: Apr 17, 16:01
Checkers
Checkers
This script lets you play Checkers 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.
Alias: @checkers-admin
Categorias: Self, Games
Tags: self, games, machine learning, checkers, deep learning, analytics
Criado: Nov 13 2019, by: admin
Polegares para cima: 1, polegar para baixo.: 0, estrelas: 5.0
Language: Self
Liga: 203, hoje: 0, semana: 1, mês: 3
Última Conexão: Apr 17, 16:02
Loop
Loop
Basic conversation loop detection script.
This is one of the bootstrap scripts. It should be first in the script order to catch all loops.
Alias: @Loop
Categorias: Self, Bootstrap
Tags: self, utils, bootstrap
Criado: Oct 29 2014, by: admin
Polegares para cima: 2, polegar para baixo.: 0, estrelas: 5.0
Language: Self
Liga: 885, hoje: 1, semana: 2, mês: 2
Última Conexão: Today, 10:59
WhatIs (Freebase - offline)
WhatIs (Freebase - offline)
Wiktionary and Freebase lookup script.
This script will answer "What is ...", "Who is ...", "define ...", "Google ..." style of questions. It will look up word definitions in Wiktionary, or look up keywords in Freebase (similar to Wikipedia). For Freebase lookups it will also import all of the available information on the object, and be able to then answer related questions.
This is one of the bootstrap scripts.

Note, Google has taken Freebase offline, so this script is only an example.
Alias: @WhatIs (Freebase - offline)
Categorias: Self
Tags: self, utils, knowledge
Criado: Oct 29 2014, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 601, hoje: 1, semana: 2, mês: 2
Última Conexão: Today, 6:21
Weather
Weather
Answer questions about the weather using the Pannous service.
Alias: @Weather
Categorias: Self, Examples
Tags: self, weather, pannous
Criado: Aug 28 2015, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 564, hoje: 0, semana: 0, mês: 2
Última Conexão: Apr 11, 0:26
Books, Films, and Music
Books, Films, and Music
A script that can answer questions about books, films, and music using Wikidata.
Alias: @Books, Films, and Music
Categorias: Self, Examples
Tags: self, knowledge, examples
Criado: Sep 4 2015, by: admin
Polegares para cima: 2, polegar para baixo.: 0, estrelas: 5.0
Language: Self
Liga: 556, hoje: 0, semana: 0, mês: 2
Última Conexão: Apr 11, 0:26
Escalate Email
Escalate Email
This script lets the user escalate the chat session to a follow up email.
Alias: @Escalate Email
Categorias: Self, Examples
Tags: self, examples, email
Criado: Jun 1 2016, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 474, hoje: 0, semana: 0, mês: 2
Última Conexão: Apr 11, 0:25
Escalate SMS
Escalate SMS
This is an example Self script that sends an SMS text message when the user asks the "escalate" their service request.
Alias: @Escalate SMS
Categorias: Self, Examples
Tags: self, examples, sms
Criado: Jun 1 2016, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 468, hoje: 0, semana: 0, mês: 2
Última Conexão: Apr 11, 0:24
Wikipedia Search
Wikipedia Search
An example Self script that searches Wikipedia.
Alias: @Wikipedia Search
Categorias: Self, Examples
Tags: self, examples, xml, web service, wikipedia, search, xpath
Criado: Dec 9 2016, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 452, hoje: 0, semana: 2, mês: 2
Última Conexão: Apr 17, 15:59
GeoNames
GeoNames
This examples shows how to lookup a postal code using the GeoNames webservice. This same code can be used to access any web service.
Alias: @GeoNames
Categorias: Self, Examples
Tags: self, xml, geonames, rest, internet, sraix, web service
Criado: May 25 2016, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 416, hoje: 0, semana: 0, mês: 2
Última Conexão: Apr 11, 0:25
Ask Brain Bot
Ask Brain Bot
This is an example script that uses Self to invoke the Bot Libre API to forward a question to another bot.
Alias: @Ask Brain Bot
Categorias: Self, Examples
Tags: self, examples
Criado: Jun 24 2016, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 341, hoje: 0, semana: 0, mês: 2
Última Conexão: Apr 11, 0:22
Reduction
Reduction
A redirect script that redirect some kind phrases to simpler forms.
Alias: @Reduction
Categorias: Self, Bootstrap
Tags: self, bootstrap, redirect
Criado: Sep 14 2015, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 341, hoje: 0, semana: 1, mês: 2
Última Conexão: Apr 16, 5:39
SetData
SetData
This script sets data on the current conversation.
Alias: @SetData
Categorias: Self
Tags: self, example, data
Criado: Mar 17 2016, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 330, hoje: 0, semana: 0, mês: 2
Última Conexão: Apr 11, 0:23
Facebook Custom Template Script
Facebook Custom Template Script
This Self script shows you how to use custom Facebook message templates. Facebook support several message templates that let your bot use more than text message replies. Bot Libre automatically translates HTML messages from your bot to Facebook templates, including buttons, links, images, and videos, but for some templates you may require a deeper level of access. Facebook allows a JSON template to be passed with a message to provide rich content. For a list of Facebook templates see, https://developers.facebook.com/docs/messenger-platform/send-api-reference/templates
Alias: @Facebook Custom Template Script
Categorias: Self
Tags: self, examples, facebook
Criado: Jun 20 2017, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 306, hoje: 0, semana: 1, mês: 2
Última Conexão: Apr 17, 16:38
Very Simple Addition
Very Simple Addition
This script can perform basic math using patterns.
Alias: @Very Simple Addition
Categorias: Self, Math, Examples
Tags: self, math
Criado: Dec 21 2017, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 275, hoje: 0, semana: 1, mês: 2
Última Conexão: Apr 17, 16:39
DefineWord
DefineWord
This script allows synonyms, translations, and alternative spellings to be given for a word.
It understands phrases like "lik means like", "lol means laugh", "nom means name".
This is one of the bootstrap scripts.
Alias: @DefineWord
Categorias: Self, Bootstrap
Tags: self, utils, bootstrap
Criado: Nov 7 2014, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 728, hoje: 0, semana: 1, mês: 1
Última Conexão: Apr 17, 15:38
Empty
Empty
An empty shell of a Self state machine.
This can be used as a starting point for a new script, or as a bot's self programmed script.
If comprehension is enabled in your bot, it will program its last state machine script, so you should initially have an empty script last.
Alias: @Empty
Categorias: Self, Bootstrap
Tags: self, bootstrap
Criado: Nov 4 2014, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 644, hoje: 0, semana: 1, mês: 1
Última Conexão: Apr 17, 15:45
Vision
Vision
This script demonstrates some of Bot Libre's support for vision and image processing.
"load image http://urltoimage imagename" can be used to load an image.
"match image http://urltoimage" can be used to match an image.
"init colors" to load red/green/blue colors.
"what color is http://urltoimage" to guess images primary color.

Alias: @Vision
Categorias: Self, Bootstrap, Examples
Tags: self, bootstrap, examples, vision, image processing
Criado: Jun 3 2016, by: admin
Polegares para cima: 2, polegar para baixo.: 0, estrelas: 5.0
Language: Self
Liga: 509, hoje: 0, semana: 0, mês: 1
Última Conexão: Apr 4, 8:45
I Spy
I Spy
An "I Spy" colors game that you can play with your bot. This game will actually teach your bot about colors, and it will learn new objects and colors as you play.
Alias: @I Spy
Categorias: Self, Examples, Games
Tags: self, examples, games, i spy
Criado: Sep 12 2016, by: admin
Polegares para cima: 0, polegar para baixo.: 1, estrelas: 2.0
Language: Self
Liga: 507, hoje: 0, semana: 1, mês: 1
Última Conexão: Apr 17, 0:36
Heart Sutra - load
Heart Sutra - load
This script will load the text of the Heart Sutra into the bot's memory.
Alias: @Heart Sutra - load
Categorias: Self, Examples
Tags: self, examples
Criado: Aug 3 2015, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 444, hoje: 0, semana: 1, mês: 1
Última Conexão: Apr 17, 15:47
Stock Quotes
Stock Quotes
This script show an example of accessing stock quotes from the Quandi web service. You can use it as is, or modify it as you wish. Please replace the Quandi api-key with your own api-key.
Alias: @Stock Quotes
Categorias: Self, Examples
Tags: self, examples, xml, web service, stocks, quotes
Criado: Jun 1 2016, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 441, hoje: 0, semana: 0, mês: 1
Última Conexão: Apr 4, 8:46
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.
Alias: @TicTacToe
Categorias: Self, Games
Tags: self, games, machine learning
Criado: Jul 26 2017, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 440, hoje: 0, semana: 1, mês: 1
Última Conexão: Apr 17, 16:37
Turing Test
Turing Test
A script that gives a Turing test.
Alias: @Turing Test
Categorias: Self, Examples
Tags: self, examples
Criado: Oct 23 2015, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 389, hoje: 1, semana: 1, mês: 1
Última Conexão: Today, 4:15
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.
Alias: @chatgpt
Categorias: Self
Tags: self, artificial intelligence, web service, json, deep learning, gpt, open ai, text generation, llm, gpt-3, ai
Criado: Apr 3 2023, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 29, hoje: 0, semana: 1, mês: 1
Última Conexão: Apr 17, 2:35
Understanding
Understanding
This script attempts to understand simple phrases.
It can understand simple phrases of the form "{noun} {verb} {adjective}", such as "The sky is blue" or "I am tall", but also more complex phrases such as "What is my name?", "Is my dog black?", "My dog is very smart".
It requires knowledge of the words used to know if they are a noun, verb, or adjective. Words are normally looked up in the background on Wiktionary to determine their meaning, so you may need to say the same phrase twice before the bot understands.
All understood phrases affect the bot's knowledge base, it will remember persistently if "the sky is blue", and then be able to answer "is the sky blue?".
This is the most complex of the bootstrap scripts, and is continually evolving.
Alias: @Understanding
Categorias: Self, Bootstrap
Tags: self, bootstrap, understanding
Criado: May 1 2015, by: admin
Polegares para cima: 5, polegar para baixo.: 0, estrelas: 4.4
Language: Self
Liga: 624, hoje: 0, semana: 0, mês: 0
Última Conexão: Mar 16, 2:48
WhatIs (Wikidata)
WhatIs (Wikidata)
Wiktionary and Wikidata lookup script.
This script will answer "What is ...", "Who is ...", "define ...", "Google ..." style of questions. It will look up word definitions in Wiktionary, or look up keywords in Wikidata. For Wikidata lookups it will also import all of the available information on the object, and be able to then answer related questions.
Alias: @WhatIs (Wikidata)
Categorias: Self, Bootstrap
Tags: self, utils, knowledge, bootstrap
Criado: Jun 23 2015, by: admin
Polegares para cima: 2, polegar para baixo.: 0, estrelas: 5.0
Language: Self
Liga: 598, hoje: 0, semana: 0, mês: 0
Última Conexão: Mar 21, 2:00
WhereIs (Wikidata)
WhereIs (Wikidata)
Wikidata location lookup script. This script will answer "Where is ..." style of questions by looking up the object in Wikidata and determining what it is contained by.
This is one of the bootstrap scripts.
Alias: @WhereIs (Wikidata)
Categorias: Self, Bootstrap, Examples
Tags: self, utils, knowledge, bootstrap, geospatial, wikidata
Criado: Jun 23 2015, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 553, hoje: 0, semana: 0, mês: 0
Última Conexão: Mar 16, 3:12
Wikiquote Scraping
Wikiquote Scraping
This script shows an example of scraping data from Wikiquote.
Alias: @Wikiquote Scraping
Categorias: Self, Examples
Tags: self, examples, html, wikiquote
Criado: Aug 13 2016, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 400, hoje: 0, semana: 0, mês: 0
Última Conexão: Mar 16, 3:11
Count Words
Count Words
This example script show how to count the words in a sentence.
Alias: @Count Words
Categorias: Self, Examples
Tags: self, example
Criado: Jan 11 2017, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 288, hoje: 0, semana: 0, mês: 0
Última Conexão: Mar 13, 7:55

Próximo | 1 | 2