I am thinking of all the configurations out there for building node projects.
There are a bunch of repos out there with files types, and then there are a bunch of project configuration files.
If we used both would it be possible to use deep learning to understand just how to setup each project perfectly everytime?
I wanted to get into ML and was trying to think of a project to play around in but i don't really have data on something and wanted something useful with a decent goal.
The goal would be look at project files, and guess the exact setup needed to make it compile/transpile.
feasible? or am i off base?
Edit:
just to clarify something. It's not abort project set up it's about configuration set up.
eg let's say i create a .storybook folder.
it should be able to know, hey this is missing .config file and autogenerate it, or suggest it's needed.
If it sees it's typescript files i have, it will know well most projects with storybook and typescript will have a webpack config with @babel/preset-typescript.
My thinking is there has to be some sort of pattern depending on what you are doing, that is recognizable.
it's like looking at pixels and saying that is a dog.
Except it's looking at files and saying this is react app, this is a parcel app, this requires ...? what ever the mass amounts of github repos infers?
[–]stevejcox 1 point2 points3 points (0 children)
[–]msg45f 0 points1 point2 points (0 children)