Empower content owners to search and generate clips based on machine learning tags. Collect user feedback on the quality of the search results and ML tags
reformat the tags parsing code.
Before we were hardcoding the parsing functions and whenever the search result format was changed we needed to find out the ugly function and add a fucking if-else code block to it.
Now we are using a config file to describe the tags format and use this to parse the tags.
reformat the tags parsing code. Before we were hardcoding the parsing functions and whenever the search result format was changed we needed to find out the ugly function and add a fucking if-else code block to it.
Now we are using a config file to describe the tags format and use this to parse the tags.