Hi, can an ML model extract certain values of a json such as “VideoType” and URLs then return those values to make a network request? I’m looking a making a video recommendation system with ML but not sure the best way to do it.
Have you tried the MLRecommender
in Create ML? That is a great place to start for building recommender systems. Since your data is in json format, you can also try the TabularData framework which can help with the json loading!