Found something useful for coders

nayannp

Power Member
Joined
Oct 1, 2017
Messages
740
Reaction score
199
hey today i was scrolling through some of the thing that can be useful while coding i found this https://lobe.ai/ its a visual tool that lets you build custom deep learning models, quickly train them, and ship them directly in your app without writing any code. Start by dragging in a folder of training examples from your desktop. Lobe automatically builds you a custom deep learning model and begins training. When you’re done, you can export a trained model and ship it directly in your app.

I dont have anything to do with them,Just found useful and shared it
 
Hmm is it like a mindmap? Useful for sure, although there are a lot of other online tools as well.
 
Hmm is it like a mindmap? Useful for sure, although there are a lot of other online tools as well.
I am not sure if it is same like a mindmap or not,But i guess we can use it for a app.
I was thinking to try adding it in a new app just for a try;););)
 
Definitely a useful little tool. Thanks for the tip.
 
Just found while trying to do some coding.I will definitely share some other tools too.If i find some
 
hey today i was scrolling through some of the thing that can be useful while coding i found this https://lobe.ai/ its a visual tool that lets you build custom deep learning models, quickly train them, and ship them directly in your app without writing any code. Start by dragging in a folder of training examples from your desktop. Lobe automatically builds you a custom deep learning model and begins training. When you’re done, you can export a trained model and ship it directly in your app.

I dont have anything to do with them,Just found useful and shared it

That's pretty darn cool

Could it be trained as the basis for a visual search engine....now that would be cool!.
 
This tool seems interesting and it could be a good start for who want to try something in this sector.
 
This is next level shit, never thought that something similar existed, already thinking where and how I could use it.
 
interesting ! thanks for sharing
 
Interesting !!!

I already see potential for a few App Designs just from the examples on their website:

Silent Assistant
Looks at silent video frames of a person speaking and learns to understand what word is being said. Created to allow people to silently lip questions to future phone assistants without disturbing the people around them.

Hotdog / Not Hotdog
Looks at an image and learns to determine if it contains a hotdog or not. Created to help people identify different types of food.
.
 
There could be great application for this. Seems like the main limitations are one's imagination and the time resource necessary to teach the AI what you want it to do. It could definitly be a time sink. Does anyone know of some really cool apps that use this already?
 
This looks quite helpful for it takes long enough train a DL model and this could simplify the task. Though the accuracy must be check with considerable training
 
I think I am too desperate to create something using AI, I keep thinking and trying and thinking and reworking and thinking then realising that another month has gone by and I have created nothing!!
 
I think I am too desperate to create something using AI, I keep thinking and trying and thinking and reworking and thinking then realising that another month has gone by and I have created nothing!!
Lol thats me past 10 years xD
EDIT: But i see no signs of stopping to achieve what i need!
 
Interesting tool! Someone remember the name of the app who code itself ? Created by army I think, I can't remember the name

Hmm is it like a mindmap? Useful for sure, although there are a lot of other online tools as well.
Are you talking about a mindmap coding tool ? Can I get some reference ?
I also Really like "TheBrain" . They updated their tool to TheBrain10 and it's very powerfull but not for coding :(
 
Are you talking about a mindmap coding tool ? Can I get some reference ?
I also Really like "TheBrain" . They updated their tool to TheBrain10 and it's very powerfull but not for coding :(
Nopes not anything directly related to code. I was talking about mindmapping tools in general. These are great for visualising stuffs before actually starting the project. DFD generators would be an example. Another example would be freemind, which is an awesome open source software for mindmapping.
By the way, sorry for replying so late. I somehow missed your reply lol.
I think I am too desperate to create something using AI, I keep thinking and trying and thinking and reworking and thinking then realising that another month has gone by and I have created nothing!!

Here's some food for thought for you. Try creating a wordpress plugin which marks comments as spam based on deep learning. Akismet might have done it already, but afaik; they rely more on the network. You could build your version solely based on ai. You just need to implement an algo, e.g. naive bayes classifier.

I really wanted to make this plugin but I don't have much free time these days unfortunately. :(
 
Last edited:
Seems like a good introduction to ML or to use for prototyping concepts.
 
Back
Top