Show HN: I trained a deep learning model to build sites for me
71–80 of 128 posts
Re: Show HN: I trained a deep learning model to build sites for me
#72Where's the building of websites? What's the difference between this solution and something which simply converts .sketch into html with far simpler methods?
Re: Show HN: I trained a deep learning model to build sites for me
#73Surprised it’s Vue and not React. Vue is great, but there’s a lot of activity in the Sketch React space, for example AirBnb’s Lona [0]. This could fit in nicely. [0] https://github.com/airbnb/Lona
Re: Show HN: I trained a deep learning model to build sites for me
#74Earlier quoted context omitted.
Hey, why not give something for people to try. I know[1] it takes (GPU) resources and may give it a hug of death but its much better to let at least some people try it out and give this a feedback while its hot. People may lose interest later on, who knows. 1. Something I made and let people use but nobody uses: https://comic2gif.com
You may want to have an example comic gif on the homepage. I didn't really understand what it did until I tried it. Plus, it would be neat if panels with more text were visible longer.
There is one. If you click on "show today's" button. But I guess default should be changed to show instead of hidden.
> Plus, it would be neat if panels with more text were visible longer.
There is some logic in code to do that, amount of white pixels (in mask) is proportional to the time it appears. But maybe it needs tweaking.
Re: Show HN: I trained a deep learning model to build sites for me
#75Re: Show HN: I trained a deep learning model to build sites for me
#76Surprised it’s Vue and not React. Vue is great, but there’s a lot of activity in the Sketch React space, for example AirBnb’s Lona [0]. This could fit in nicely. [0] https://github.com/airbnb/Lona
Lona is After Effects -> web / native. You might be thinking about react-sketchapp[1] or SharpieClassifier [2] (I built both :P) [1] https://airbnb.design/painting-with-code/ [2] https://airbnb.design/sketching-interfaces/
Anyway, it’s a pleasure to meet you - I’ve been impressed with both your projects and following them for a while now. Love to talk more about them.
Re: Show HN: I trained a deep learning model to build sites for me
#77Re: Show HN: I trained a deep learning model to build sites for me
#78Earlier quoted context omitted.
It takes time, lots of meetings and boring back and forth questions. I want to change that. So I tried to automate this process. The reason for all the meetings and questions is that the designs you're working from are ambiguous, and you don't really have enough information to turn the design files in to working code. I can't quite see how a deep learning model solves that problem. By the sounds of it you've automate…
Depending on the customer, that could still be helpful. I've worked with people where you can ask them very specific questions over and over and get nowhere - the only way they're capable of moving forward is if you give them something you know is wrong so they can look at it and say "No, it needs to X." It's annoying to do, but if you can automate producing the initially wrong product for review it'd be easier.
Re: Show HN: I trained a deep learning model to build sites for me
#79I'm honestly kind of surprised nothing like this has found its way into Sketch itself yet. Looks cool so far.
Re: Show HN: I trained a deep learning model to build sites for me
#80Founder here. As a front end developer, I turn design files into front-end code regularly. But it's a repetitive and demotivating task. It takes time, lots of meetings and boring back and forth questions. I want to change that. So I tried to automate this process. I trained a deep learning (DL) model to visually understand what elements are in a webpage (e.g. input, button, nav, etc) and build the front-end boiler pl…
It takes time, lots of meetings and boring back and forth questions. I want to change that. So I tried to automate this process. The reason for all the meetings and questions is that the designs you're working from are ambiguous, and you don't really have enough information to turn the design files in to working code. I can't quite see how a deep learning model solves that problem. By the sounds of it you've automate…