Discuss Scratch
- Discussion Forums
- » Questions about Scratch
- » What kinds of AI can I hook up Scratch with to make a fully Chatbot?
- IntrovertKing
-
45 posts
What kinds of AI can I hook up Scratch with to make a fully Chatbot?
Hmm, I also want a way for it to be free and non-hacked.
- -PizzaKing-
-
100+ posts
What kinds of AI can I hook up Scratch with to make a fully Chatbot?
That would be really hard and usually, you need to pay for it. (If you're using Openai) There's also the chance of inappropriate content and misleading information. Scratch is not built to handle this and it will be extremely slow and buggy
Last edited by -PizzaKing- (April 10, 2024 20:50:19)
- IntrovertKing
-
45 posts
What kinds of AI can I hook up Scratch with to make a fully Chatbot?
I asked for Info, not more problems That would be really hard and usually, you need to pay for it. (If you're using Openai) There's also the chance of inappropriate content and misleading information. Scratch is not built to handle this and it will be extremely slow and buggy

- BwnnyRxbbit
-
500+ posts
What kinds of AI can I hook up Scratch with to make a fully Chatbot?
You would have to create your own API and then connect it to scratch via a different coding language to scratch's cloud variables. This would require encoding and decoding and is a very complex task that is not supported by scratch.
- IntrovertKing
-
45 posts
What kinds of AI can I hook up Scratch with to make a fully Chatbot?
hmm, interesting. I can use binary code.. You would have to create your own API and then connect it to scratch via a different coding language to scratch's cloud variables. This would require encoding and decoding and is a very complex task that is not supported by scratch.
- yadayadayadagoodbye
-
1000+ posts
What kinds of AI can I hook up Scratch with to make a fully Chatbot?
I dont personally know of any free AI APIs, but assuming you found one (or made one yourself), you could likely use Scratch Attach and a server (or a pc) running python to connect it to scratch via cloud variables, in which case you can send the encoded messages from and to the AI.
Do note that this might not be allowed, as AI can be unpredictable and innapropriate at times.
Do note that this might not be allowed, as AI can be unpredictable and innapropriate at times.
- IntrovertKing
-
45 posts
What kinds of AI can I hook up Scratch with to make a fully Chatbot?
Scratch Attach and a server (or a pc) running python to connect it to scratch via cloud variables, in which case you can send the encoded messages from and to the AI.thanks for the info! I dont personally know of any free AI APIs, but assuming you found one (or made one yourself), you could likely use
Do note that this might not be allowed, as AI can be unpredictable and innapropriate at times.
- ajskateboarder
-
1000+ posts
What kinds of AI can I hook up Scratch with to make a fully Chatbot?
Scratch Attach and a server (or a pc) running python to connect it to scratch via cloud variables, in which case you can send the encoded messages from and to the AI.With the ban of previous chatbots like CatGPT, I doubt this could be shared, but you can still make it as a proof of concept or share it offsite as an .sb3 I dont personally know of any free AI APIs, but assuming you found one (or made one yourself), you could likely use
Do note that this might not be allowed, as AI can be unpredictable and innapropriate at times.
- donotforgetmycode
-
1000+ posts
What kinds of AI can I hook up Scratch with to make a fully Chatbot?
If it was just shared as an sb3 file, then it wouldn't be able to connect to other services, because it would need cloud variables. However, you might be able to use something like With the ban of previous chatbots like CatGPT, I doubt this could be shared, but you can still make it as a proof of concept or share it offsite as an .sb3Turbowarp Packager.
Last edited by donotforgetmycode (April 11, 2024 13:19:33)
- kkidslogin
-
1000+ posts
What kinds of AI can I hook up Scratch with to make a fully Chatbot?
Another idea is to simply program and train it in Scratch—Scratch can be made to run neural nets (Takes some work, though, and is somewhat slow), and if trained in Scratch off of Scratch comments or manually from appropriate comments found elsewhere, it wouldn't know HOW to curse.
- IntrovertKing
-
45 posts
What kinds of AI can I hook up Scratch with to make a fully Chatbot?
Yeah, the problem is that I have no idea how to create a neural network from scratch. Especially in block code. Another idea is to simply program and train it in Scratch—Scratch can be made to run neural nets (Takes some work, though, and is somewhat slow), and if trained in Scratch off of Scratch comments or manually from appropriate comments found elsewhere, it wouldn't know HOW to curse.
- kkidslogin
-
1000+ posts
What kinds of AI can I hook up Scratch with to make a fully Chatbot?
(#11)Yeah, the problem is that I have no idea how to create a neural network from scratch. Especially in block code. Another idea is to simply program and train it in Scratch—Scratch can be made to run neural nets (Takes some work, though, and is somewhat slow), and if trained in Scratch off of Scratch comments or manually from appropriate comments found elsewhere, it wouldn't know HOW to curse.
Here's the code for a neuron (It doesn't have training functions or anything, but it's simpler than you might think):
(might be slightly broken as the scratchblocks selector isn't working for me rn)
- redspacecat
-
500+ posts
What kinds of AI can I hook up Scratch with to make a fully Chatbot?
You can use https://reverse.mubi.tech/ for free without a api key or anything
- IntrovertKing
-
45 posts
What kinds of AI can I hook up Scratch with to make a fully Chatbot?
https://reverse.mubi.tech/ for free without a api key or anythingOo thanks You can use
- Waakul
-
25 posts
What kinds of AI can I hook up Scratch with to make a fully Chatbot?
https://reverse.mubi.tech/ for free without a api key or anythingdocs? You can use
- Mryellowdoggy
-
1000+ posts
What kinds of AI can I hook up Scratch with to make a fully Chatbot?
You should check out this: https://github.com/Soulter/hugging-chat-api
It's completely free and provides a pretty powerful chatbot.
It's completely free and provides a pretty powerful chatbot.
- Discussion Forums
- » Questions about Scratch
-
» What kinds of AI can I hook up Scratch with to make a fully Chatbot?