John Owolabi Idogun
John Owolabi Idogun
Thanks for the response. Which of the lightweight ones can successfully and accurately get face descriptors?
@cezio can you please show a simple full code to achieve this, together with the email notification?
I have give it a try.
Also, @tokcum, since it's a form, you can do (please refer to the comments in the code.): ```rust #[derive(MultipartForm)] struct Upload { text: Text, number: Text, file: Tempfile, } #[post("/")]...
Do you mind adding it?