Private user • about 6 years ago
Any restriction on tools I can use?
So, I am building the ML / AI part with fastai open source library( which runs on pytorch), but I am not an expert in frontend, so can I use low-code tools to make a website and then connect my ML model with that? Like the main requirement is that pytorch should be used right? no restriction on what kind of tools I am using to make the whole product? like other APIs, drag-drop website maker etc.
also, just to make sure, I can use fastai library right?(it's a layer on top of pytorch, open source library, quite popular)
Comments are closed.

2 comments
Stef Maccarone Manager • about 6 years ago
Hey!
Good questions. You can use anything you'd like (that you have permission to use, of course) as long as you also use PyTorch in some way. Using additional dev tools is allowed. I recommend explaining the integrations in your video or text description, too.
Thanks!
Stefanie
Private user • about 6 years ago
thanks