david-fisher / 320-F19-Track-I

Track I's group repo
BSD 3-Clause "New" or "Revised" License
3 stars 1 forks source link

iOS and Android app upload image/get ML result #85

Closed dgarkavtseva closed 4 years ago

dgarkavtseva commented 4 years ago

As of right now, we tried to convert the image that the grower selects to a base64 string to send it to the lambda (I am not sure if that actually works as it is supposed to). Either way, Android studio and XCode do not allow sending out such a large string so we were unable to send anything to the lambda. With a smaller string, we are able to hit the lambda, so it should work if the size of the string is decreased.