Browse : Self

Auto

Scripts escritos na Auto linguagem de script. O próprio eu é a linguagem de script usada em Paphus Chat de bate-papo bots.

Categorias

Bootstrap
Bootstrap
Scripts que fazem parte do basic bot de inicialização definido.



58 resultados.
Seguinte | 1 | 2

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: Examples, Self
Tags: sraix, internet, rest, geonames, xml, self
Criado: Oct 7 2016, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 294, hoje em dia: 0, semana: 3, mês: 9
Última Conexão: Yesterday, 12:29
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
Tags: self, bootstrap, utils
Criado: Jan 19 2015, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 838, hoje em dia: 0, semana: 4, mês: 8
Última Conexão: Yesterday, 23:35
Weather
Weather
Answer questions about the weather using the Pannous service.
Alias: @Weather
Categorias: Self
Tags: self, weather, pannous
Criado: Mar 11 2016, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 400, hoje em dia: 1, semana: 4, mês: 8
Última Conexão: Today, 9:27
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: Examples, Self
Tags: self, examples, sms
Criado: Oct 7 2016, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 338, hoje em dia: 0, semana: 3, mês: 8
Última Conexão: Yesterday, 19:25
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: understanding, bootstrap, self
Criado: Oct 15 2016, by: admin
Polegares para cima: 1, polegar para baixo.: 0, estrelas: 5.0
Language: Self
Liga: 324, hoje em dia: 0, semana: 3, mês: 8
Última Conexão: Yesterday, 12:12
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: stocks, examples, quotes, self, xml, web service
Criado: Oct 15 2016, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 301, hoje em dia: 0, semana: 4, mês: 8
Última Conexão: Yesterday, 15:00
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: Examples, Self
Tags: examples, web service, json, watson
Criado: Feb 20 2018, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 216, hoje em dia: 1, semana: 3, mês: 8
Última Conexão: Today, 10:38
SetData
SetData
This script sets data on the current conversation.
Alias: @SetData
Categorias: Self
Tags: data, example, self
Criado: Feb 19 2019, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 181, hoje em dia: 1, semana: 2, mês: 8
Última Conexão: Today, 2:31
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: Dec 18 2020, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 109, hoje em dia: 0, semana: 2, mês: 8
Última Conexão: Apr 24, 22: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, wolframalpha, json, examples, web service
Criado: Dec 18 2020, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 101, hoje em dia: 0, semana: 1, mês: 8
Última Conexão: Apr 24, 22:55
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
Tags: self, bootstrap, names
Criado: Jan 19 2015, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 840, hoje em dia: 0, semana: 3, mês: 7
Última Conexão: Yesterday, 2:45
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: examples, facebook, self
Criado: Jul 19 2017, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 347, hoje em dia: 0, semana: 2, mês: 7
Última Conexão: Yesterday, 1:09
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: knowledge, examples, self
Criado: Oct 7 2016, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 342, hoje em dia: 0, semana: 2, mês: 7
Última Conexão: Apr 24, 22:56
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, groups, examples, spam, telegram
Criado: Jul 19 2017, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 327, hoje em dia: 2, semana: 4, mês: 7
Última Conexão: Today, 12:25
Repeat
Repeat
This example script show how to repeat a word in a response n times.
Alias: @Repeat
Categorias: Examples, Self
Tags: example, repeat, self
Criado: Oct 15 2016, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 321, hoje em dia: 0, semana: 1, mês: 7
Última Conexão: Apr 24, 22:57
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
Tags: self, examples, games, i spy
Criado: Oct 7 2016, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 319, hoje em dia: 0, semana: 3, mês: 7
Última Conexão: Yesterday, 18:13
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
Criado: Aug 25 2016, by: mike2016
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 309, hoje em dia: 0, semana: 2, mês: 7
Última Conexão: Apr 24, 22:56
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, location, examples, telegram, geospatial
Criado: Feb 19 2019, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 169, hoje em dia: 0, semana: 2, mês: 7
Última Conexão: Apr 24, 22:58
StockQuote
StockQuote
Self script that adds stock quoting functionality to your bot. Pulls data from https://iexcloud.io/docs/api/ using your own API key. Offers functionalities such as live price, 52 week high and low, day bid-ask, and various volumes. Depending on your tier of API key more detailed information can easily be added to the script.
Alias: @stockquote
Categorias: Self
Tags: quote, stock market, finance, stock quotes, stock, self, json, web service
Criado: Oct 29 2020, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 141, hoje em dia: 0, semana: 2, mês: 7
Última Conexão: Yesterday, 1:26
Calculator
Calculator
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: @Calculator
Categorias: Self
Tags: self, bootstrap, math
Criado: Jan 19 2015, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 918, hoje em dia: 0, semana: 1, mês: 6
Última Conexão: Apr 24, 22:56
Escalate Email
Escalate Email
This script lets the user escalate the chat session to a follow up email.
Alias: @Escalate Email
Categorias: Examples, Self
Tags: examples, email, self
Criado: Oct 7 2016, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 323, hoje em dia: 0, semana: 2, mês: 6
Última Conexão: Yesterday, 11:05
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, bootstrap, utils
Criado: Oct 15 2016, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 322, hoje em dia: 0, semana: 3, mês: 6
Última Conexão: Yesterday, 14:07
Wrong Answer
Wrong Answer
The script will listen for the phrases "wrong" or "bad answer" and ask for a correction, and learn the new response.
Alias: @Wrong Answer
Categorias: Self
Criado: Aug 25 2016, by: mike2016
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 320, hoje em dia: 0, semana: 2, mês: 6
Última Conexão: Yesterday, 13:59
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: Examples, Self
Tags: examples, self, sms
Criado: Oct 7 2016, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 312, hoje em dia: 0, semana: 3, mês: 6
Última Conexão: Yesterday, 3:30
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: Bootstrap, Self
Tags: self, bootstrap, utils
Criado: Oct 15 2016, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 299, hoje em dia: 0, semana: 3, mês: 6
Última Conexão: Yesterday, 11:11
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: utils, geospatial, self, wikidata, bootstrap, knowledge
Criado: Oct 15 2016, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 299, hoje em dia: 0, semana: 2, mês: 6
Última Conexão: Yesterday, 13:50
Wikiquote Scraping
Wikiquote Scraping
This script shows an example of scraping data from Wikiquote.
Alias: @Wikiquote Scraping
Categorias: Self, Examples
Tags: self, wikiquote, examples, html
Criado: Oct 15 2016, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 289, hoje em dia: 0, semana: 3, mês: 6
Última Conexão: Yesterday, 10:24
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: knowledge, self, bootstrap, utils
Criado: Oct 15 2016, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 286, hoje em dia: 0, semana: 2, mês: 6
Última Conexão: Yesterday, 15:27
Count Words
Count Words
This example script show how to count the words in a sentence.
Alias: @Count Words
Categorias: Examples, Self
Tags: example, self
Criado: Feb 19 2019, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 176, hoje em dia: 2, semana: 4, mês: 6
Última Conexão: Today, 5:00
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, Examples, Math
Tags: math, self
Criado: Dec 18 2020, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 100, hoje em dia: 0, semana: 1, mês: 6
Última Conexão: Apr 24, 22:55
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, Business
Tags: e-commerce, pizza, self, orders, examples
Criado: Oct 13 2016, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 317, hoje em dia: 0, semana: 1, mês: 5
Última Conexão: Apr 24, 22:57
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: Bootstrap, Self
Tags: utils, bootstrap, self
Criado: Oct 7 2016, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 293, hoje em dia: 1, semana: 3, mês: 5
Última Conexão: Today, 11:23
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: hr, career, examples, interview, self
Criado: Mar 24 2017, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 274, hoje em dia: 0, semana: 2, mês: 5
Última Conexão: Yesterday, 3:52
Wikipedia Search
Wikipedia Search
An example Self script that searches Wikipedia.
Alias: @Wikipedia Search
Categorias: Examples, Self
Tags: xpath, search, xml, wikipedia, examples, web service, self
Criado: Feb 19 2019, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 174, hoje em dia: 0, semana: 3, mês: 5
Última Conexão: Yesterday, 18:12
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: Examples, Self
Tags: bot service, web service, json, command, examples
Criado: Feb 19 2019, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 154, hoje em dia: 1, semana: 2, mês: 5
Última Conexão: Today, 9:27
ALICE profile
ALICE profile
This script loads the default ALICE profile into the bot. It defines all of the required variables for the ALICE AIML scripts.
Alias: @ALICE profile
Categorias: A.L.I.C.E., Self, AIML
Tags: response list, alice
Criado: Dec 18 2020, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Response List
Liga: 120, hoje em dia: 0, semana: 2, mês: 5
Última Conexão: Apr 24, 22:55
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: calendar, self, examples, booking, appointments, virtual assistant, customer service, google calendar
Criado: Nov 2 2016, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 344, hoje em dia: 0, semana: 1, mês: 4
Última Conexão: Apr 24, 22:57
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: Bootstrap, Math, Self
Tags: self, math, bootstrap
Criado: Oct 15 2016, by: admin
Polegares para cima: 1, polegar para baixo.: 0, estrelas: 5.0
Language: Self
Liga: 327, hoje em dia: 0, semana: 1, mês: 4
Última Conexão: Apr 24, 22:57
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: Examples, Self
Tags: sentiment, self, examples
Criado: Feb 8 2019, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 189, hoje em dia: 0, semana: 2, mês: 4
Última Conexão: Apr 24, 22:58
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: Examples, Self
Tags: json, self, web service, google, youtube, examples
Criado: Feb 19 2019, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 154, hoje em dia: 0, semana: 1, mês: 4
Última Conexão: Apr 24, 22:58
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: examples, self
Criado: Dec 18 2020, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 128, hoje em dia: 0, semana: 2, mês: 4
Última Conexão: Yesterday, 2:43
Reduction
Reduction
A redirect script that redirect some kind phrases to simpler forms.
Alias: @Reduction
Categorias: Bootstrap, Self
Tags: bootstrap, self, redirect
Criado: Dec 18 2020, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 106, hoje em dia: 0, semana: 2, mês: 4
Última Conexão: Yesterday, 7:54
Simple Addition
Simple Addition
This script can perform basic math using a state machine.
Alias: @Simple Addition
Categorias: Math, Examples, Self
Tags: math, self
Criado: Dec 18 2020, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 98, hoje em dia: 0, semana: 1, mês: 4
Última Conexão: Apr 24, 22:55
About Famous People Script
About Famous People Script
A script that can answer questions about famous people using Wikidata.
Alias: @aboutfamouspeoplescript
Categorias: Self, Examples
Tags: self, knowledge, examples
Criado: Jun 14 2021, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 97, hoje em dia: 1, semana: 2, mês: 4
Última Conexão: Today, 9:24
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, facebook, geospatial, location, examples
Criado: Feb 19 2019, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 172, hoje em dia: 0, semana: 2, mês: 3
Última Conexão: Yesterday, 13:42
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: Examples, Self
Tags: examples, self, timer, email
Criado: Feb 19 2019, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 157, hoje em dia: 0, semana: 1, mês: 3
Última Conexão: Apr 24, 22:59
Paragraphs
Paragraphs
This script shows how to create a paragraph object to return responses that are greater than 1k of text.
Alias: @paragraphs
Categorias: Examples, Self
Tags: exodus, self, examples, paragraphs
Criado: Aug 14 2020, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 125, hoje em dia: 0, semana: 1, mês: 3
Última Conexão: Apr 24, 22:55
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: machine learning, analytics, self, games, deep learning, checkers
Criado: Dec 18 2020, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 104, hoje em dia: 0, semana: 1, mês: 3
Última Conexão: Apr 24, 22:55
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.
Alias: @connect4
Categorias: Games, Self
Tags: machine learning, deep learning, games, self, checkers, analytics
Criado: Apr 14 2021, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 87, hoje em dia: 0, semana: 2, mês: 3
Última Conexão: Apr 24, 22:56
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: Dec 18 2020, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 100, hoje em dia: 1, semana: 2, mês: 2
Última Conexão: Today, 6:39
Paragraphs
Paragraphs
This script shows how to create a paragraph object to return responses that are greater than 1k of text.
Alias: @paragraphs-admin
Categorias: Self, Examples
Tags: exodus, paragraphs, examples, self
Criado: Dec 18 2020, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 97, hoje em dia: 0, semana: 2, mês: 2
Última Conexão: Apr 24, 22:55
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: games, machine learning, self
Criado: Dec 18 2020, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 96, hoje em dia: 0, semana: 2, mês: 2
Última Conexão: Yesterday, 7:43
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: llm, json, gpt-3, self, web service, open ai, gpt, text generation, deep learning, ai, artificial intelligence
Criado: Apr 3 2023, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 42, hoje em dia: 0, semana: 1, mês: 2
Última Conexão: Apr 24, 22:56
GPT-3
GPT-3
This Self script can be used to access the GPT-3 API from Open AI. GTP-3 is a 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: @gpt-3
Categorias: Self
Tags: open ai, deep learning, gpt-3, artificial intelligence, ai, self, text generation, llm, gpt
Criado: Jan 17 2023, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 42, hoje em dia: 0, semana: 1, mês: 2
Última Conexão: Apr 24, 22:56
Dialogflow
Dialogflow
This Self script can be used to access the Dialogflow API from Google. Dialogflow is a platform developed by Google for building conversational interfaces, such as chatbots and voice assistants.
Alias: @dialogflow
Categorias: Self
Tags: deep learning, artificial intelligence, google, self, chatbot, json, web service, ai
Criado: Apr 27 2023, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 33, hoje em dia: 0, semana: 1, mês: 2
Última Conexão: Apr 24, 22:56
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: examples, self
Criado: Dec 18 2020, by: admin
Polegares para cima: 0, polegar para baixo.: 0, estrelas: 0.0
Language: Self
Liga: 104, hoje em dia: 0, semana: 1, mês: 1
Última Conexão: Apr 24, 22:55

Seguinte | 1 | 2