linagee
linagee
Not impossible, but definitely hard. I'd start here: https://pyimagesearch.com/2020/04/13/opencv-age-detection-with-deep-learning/ I would just run with the above URL as a second stage instead of trying to tack two unrelated projects together.
I think the easiest and most straightforward way to solve this is likely to switch from https://github.com/cryptocoinjs/scryptsy to https://github.com/dchest/scrypt-async-js I don't know how difficult it would be, but this seems...
I've had to kind of "toggle" the Ledger into working by going into Browser Support and back out and then MyEtherWallet comes up with addresses. No idea if related. No...
I have verified the bug is present when using Chrome Version 31.0.1650.63, and Firefox 26.0. (These should be the newest versions as of this comment.) The ui-date and angular versions...
I found .jqplot itself was failing sometimes. (It would just appear blank on the page.) I console.log-ed the variables being passed to .jqplot and they were correct. It seems it...
I was trying to make it concise. I think at this point I will need to start putting it into a spreadsheet so the data is not all over. ;)
When trying to select the menu option "forecast", I get the error: `Error: 'type' object is not subscriptable` which happens at: https://github.com/OpenBB-finance/OpenBBTerminal/blob/v2.0.0/openbb_terminal/forecast/helpers.py#L467 This is caused by me using Python 3.8.10...