I am using tensorflows model maker on a raspberry pi 4 following this tutorial and when I use the program python detect.py --model shirts.tflite I get the foll
GOAL: style images uses as radio buttons to properly select thier given state-of-choice: unselected, hover, checked/clicked/selected. PROBLEM: The clicked state
I have a dataset of Arabic sentences, and I want to remove non-Arabic characters or special characters. I used this regex in python: text = re.sub(r'[^ء-&
I am working on code where I need to find the count of array group with difference between the elements of the array group should be less than k Example The num
I'm writing tests for REST controller which gets JSON as body. So, I want to allocate ObjectWirter in @Before method like this: @WebMvcTest(EmployeeController.c
I have an ear file which contains around 20 jar files. Now there is a specific jar file in this EAR say jar 1 which contains application class files. Now I wan