Adam Shamsudeen
Adam Shamsudeen
@SimonBohn Did you copy the stasm_util file or the entire stasm_build folder into the binaries? And did you compile the opencv3 from source?
Right now I'm doing this to standardise the output form encrypt_path() ```python keys_as_tup = encrypt_path('.') keys = {} for tup in keys_as_tup: keys[os.path.basename(tup[0])] = tup[1] ``` Can I have a...
Thanks for the suggestion. I tried using it. There are no significant improvements for Malayalam. Maybe it works well for other languages mentioned. ![screen shot 2019-02-06 at 4 06 47...
Download the pretrained news classifier. You can find the link in Readme under **Downloads**.
There shouldn't be any errors, the whole folder is uploaded to the dropbox. Please check if the download was completed properly.
Were you able to resolve the issue?
Were you able to do it?
@harigopal Does this mean the new admin will be able to log in without the onboarding email?
okay makes sense.
Can you share the code for python3?