You can write your topic however you want, but you need to answer these questions:
-
What do you want to achieve? Keep it simple and clear!
I wan’t to know if its possible to use a GitHub file in a roblox studio project. Basicly, i’m trying to make a neural network and i found a book using python that explains all the complex math behind and such, but he uses a python function to get a github file. -
What is the issue? Include screenshots / videos if possible!
I don’t know how i could use HTTP service to extract a file from github -
What solutions have you tried so far? Did you look for solutions on the Developer Hub?
Looked through dev forum but couldn’t find anything useful, i’ve also looked at the API but i don’t really understand how HTTP service works.
The file i want is the MNIST training data set for handwritten digit recognition. linked here