"A person who never made a mistake never tried anything new." - Albert Einstein
0
tensorflow2replAllows for the use of tensorflow models into repl
2
0
0
1
semcompTLDR: Finds the best substitute for a phrase given a phrase as well as possible substitutes split by a comma (no spaces after comma ex. red,yellow,light blue)
Embeddings are a powerful way in most machine learning models to represent words without the sparsity that comes with typical one hot encoding. Good embeddings have a property called semantic compositionality which essentially means that 2 embeddings combined with some sort of operation will be close to something that is semantically plausible. Essentially this Repl finds the best substitute for a word or phrase. Entering best color as your main phrase and red,yellow,blue as your other phrases will produce an output consisting of whichever of these other phrases is the closest substitute. The way we do this is by creating embeddings thanks to SpaCy's inbuilt embedding layer. Than we use addition to create new vector utilizing cosine similarity to find the closest vector.
Enjoy,
Robowolf
1
0
1
1
Learn Anything
Having trouble finding useful info in an article? Learn Anything is a website that scrapes the web and creates a summary based around your query. Enjoy - Robowolf.7
1
1
1
FitbitBotA cool exercise bot
5
3
1
robowolf Have you ever wanted to exercise. But you're always caught up ins *scoff* social media sites such as *scoff* discord. Well with this discord bot you must walk before you are allowed to chat. To use this bot fork this code and setup the bot like you would any other bot.
Enjoy- Robowolf
GITHUB:https://github.com/Ulto85/FitbitBot
YOUTUBE: https://www.youtube.com/watch?v=y83RUp8Sd_01 year ago
1
FitbitBotA cool exercise bot
FITBIT BOT
Have you ever wanted to exercise. But you're always caught up ins scoff social media sites such as scoff discord. Well with this discord bot you must walk before you are allowed to chat. To use this bot fork this code and setup the bot like you would any other bot.
Enjoy- Robowolf
GITHUB:https://github.com/Ulto85/FitbitBot
YOUTUBE: https://www.youtube.com/watch?v=y83RUp8Sd_08
freeTranslatΣ Vpn
A Proxy that uses Google Translate to bypass filters
TranslatΣ Vpn
Okay so this is more of a proxy but Vpn sounds cool. Essentially it uses google translate to bypass most filters. Choose a mode and enter info, it will return a url.
Video coming out soon on my channel:
https://www.youtube.com/channel/UClDPJcyKnwUiAX1UQgZgoAw
Enjoy:
Robowolfjoefoster5 @robowolf
it wont work, stuff is still blocked, i get a url but it just leads to a blocked page4 months ago
8
freeTranslatΣ Vpn
A Proxy that uses Google Translate to bypass filters
1.7K
19
8
2
amongGX
This is a browser that I made. The homepage is a custom ML driven search bar which allows you to search something and be given a summarized version result of the search.
There are some custom bookmarks such as discord, among us download, and some surprise ones ;).
Also YouTube: https://www.youtube.com/watch?v=-KGOhn6z5Ys
Youtube has the GitHub download link so.
Enjoy - Robowolf
197
3
2
robowolf Amogus
This is a browser that I made. The homepage is a custom ML driven search bar which allows you to search something and be given a summarized version result of the search.
There are some custom bookmarks such as discord, among us download, and some surprise ones ;).
P.S
Sometime it crashes so just spam run button until you see something
Also YouTube: https://www.youtube.com/watch?v=-KGOhn6z5Ys
Youtube has the GitHub download link so.
Enjoy - Robowolf1 year ago
2
amongGX
This is a browser that I made. The homepage is a custom ML driven search bar which allows you to search something and be given a summarized version result of the search.
There are some custom bookmarks such as discord, among us download, and some surprise ones ;).
Also YouTube: https://www.youtube.com/watch?v=-KGOhn6z5Ys
Youtube has the GitHub download link so.
Enjoy - Robowolf
AmongGX - The Most SUS Browser
Amogus
This is a browser that I made. The homepage is a custom ML driven search bar which allows you to search something and be given a summarized version result of the search.
There are some custom bookmarks such as discord, among us download, and some surprise ones ;).
P.S
Sometime it crashes so just spam run button until you see something
Also YouTube: https://www.youtube.com/watch?v=-KGOhn6z5Ys
Youtube has the GitHub download link so.
Enjoy - Robowolf1
doctorbotA neat extension / website for all your medical questions.
NOT MEDICAL ADVICE
8
2
1
robowolf #Hi
I'm finally starting to get back to posting on repl.
Anyways here I have .... a Doctor Bot.
This bot scans a bunch of articles (which can take a couple minutes) on your question and provides you with an informed response
**THIS IS NOT MEDICAL ADVICE AND SHOULD BE TAKEN WITH PRECAUTION**
Here is the link to a zip file containing the unpacked extension: https://www.github.com/Ulto85/doctor_bot
And here's my youtube video on the bot:
https://www.youtube.com/watch?v=n8vw2YmR9uc
Hope you enjoy
Robowolf1 year ago
1
doctorbotA neat extension / website for all your medical questions.
NOT MEDICAL ADVICE
DoctorBot
#Hi
I'm finally starting to get back to posting on repl.
Anyways here I have .... a Doctor Bot.
This bot scans a bunch of articles (which can take a couple minutes) on your question and provides you with an informed response
THIS IS NOT MEDICAL ADVICE AND SHOULD BE TAKEN WITH PRECAUTION
Here is the link to a zip file containing the unpacked extension: https://www.github.com/Ulto85/doctor_bot
And here's my youtube video on the bot:
https://www.youtube.com/watch?v=n8vw2YmR9uc
Hope you enjoy
Robowolf0
BedwarsBotA bot that limits your discord messages
54
2
0
robowolf Do you think you're good at Minecraft? Well this bot only allows you to send one message for every bedwars doubles wins (or solo wins just tweak it)
Interested in a Demo - Check this video:
[Video](https://www.youtube.com/watch?v=x37TMxMpyjw)
(it's mostly gameplay)1 year ago
0
BedwarsBotA bot that limits your discord messages
BedwarsDiscord Bot
Do you think you're good at Minecraft? Well this bot only allows you to send one message for every bedwars doubles wins (or solo wins just tweak it)
Interested in a Demo - Check this video:
Video
(it's mostly gameplay)0
How to disable react native timeout
I have some request code in react-native that looks like this.
export default function App() {
const [text,setText] = useState('')
const [open,setOpen] = useState('')
const [openrmse,setOpenrmse] = useState('')
const [close,setClose] = useState('')
const [closermse,setClosermse] = useState('')
const [low,setLow] = useState('')
const [lowrmse,setLowrmse] = useState('')
const [high,setHigh] = useState('')
const [highrmse,setHighrmse] = useState('')
const [date,setDate] = useState('')
const getData = async () => {
console.log('http://127.0.0.1:5000/'+text);
try {
const response = await fetch('https://**.ngrok.io/'+text);
const json = await response.json();
setOpen(json.Open[0]);
setOpenrmse(json.Open[1]);
setClose(json.Close[0])
setClosermse(json.Close[1]);
setLow(json.Low[0]);
setLowrmse(json.Low[1]);
setHigh(json.High[0]);
setHighrmse(json.High[1]);
setDate(json.time);
} catch (error) {
console.error(error);
}
}
Now I have a flask server which I ported using "ngrok http".
However the processing takes around 8 minutes. My app used to wait for the result but now it just shows a network error saying the request timeout. How do I disable this timeout and if not possible is there any way to make a request that doesn't timeout? Thanks in advance. P.S Ignore the repl3
1
0
0
How to send HTTP request in JS
I have a flask app that returns a json response. However, when I try this code it doesn't return anything. What am I doing wrong?SixBeeps @robowolf Ah, you're running into CORS policy conflicts. Very common thing when the API server is hosted separately from the website server.
https://flask-cors.readthedocs.io/en/latest/1 year ago
5
2
0
0
ULTIMAYETICTACTOEAIGETWRECKTNOOBSA minimax powered tic tac toe ai
3
0
0
Hello. This is a tic tac toe ai. What it does is use a simple machine learning algorithm called minimax and simulates every possibility left in the ga
Python