1 | initial version |
this is not a real answer, more a collection of hints, but it' ll be quite long, so no fit for a comment.
i somehow think, you're underestimating the number of "moving parts", such an application will need.
here's some (fictional) routing layout:
/ -- the main, index page
/js/js1.js
/js/js2.js -- javascript needed to access the webcam, detect & crop an image, send back image
/upload -- receive the image
/results -- the face classification result
/results/img -- if you sent a thumbnail back or such
2 | No.2 Revision |
this is not a real answer, more a collection of hints, but it' ll be quite long, so no fit for a comment.
i somehow think, you're underestimating the number of "moving parts", such an application will need.
here's some (fictional) routing layout:
/ -- the main, index page
/js/js1.js
/js/js2.js -- javascript needed to access the webcam, detect & crop an image, send back image
img
/upload -- receive the image
/results -- the face classification result
/results/img -- if you sent a thumbnail back or such
3 | No.3 Revision |
this is not a real answer, more a collection of hints, but it' ll be quite long, so no fit for a comment.
i somehow think, you're underestimating the number of "moving parts", such an application will need.
here's some (fictional) routing layout:
/ -- the main, index page
/js/js1.js
/js/js2.js -- javascript needed to access the webcam, detect & crop an image, a face, send back img
/upload -- receive the image
/results -- the face classification result
/results/img -- if you sent a thumbnail back or such
4 | No.4 Revision |
this is not a real answer, more a collection of hints, but it' ll be quite long, so no fit for a comment.
i somehow think, you're underestimating the number of "moving parts", such an application will need.
here's some (fictional) routing layout:
/ -- the main, index page
/js/js1.js
/js/js2.js -- javascript needed to access the webcam, detect & crop a face, send back img
/upload -- receive the image
/results -- the face classification result
/results/img -- if you sent a thumbnail back or such
5 | No.5 Revision |
this is not a real answer, more a collection of hints, but it' ll be quite long, so no fit for a comment.
i somehow think, you're underestimating the number of "moving parts", such an application will need.
here's some (fictional) routing layout:
/ -- the main, index page
/js/js1.js
/js/js2.js -- javascript needed to access the webcam, detect & crop a face, send back img
/upload -- receive the image
/results -- the face classification result
/results/img -- if you sent a thumbnail back or such
6 | No.6 Revision |
this is not a real answer, more a collection of hints, but it' ll be quite long, so no fit for a comment.
i somehow think, you're underestimating the number of "moving parts", such an application will need.
here's some (fictional) routing layout:
/ -- (get) the main, index page
/js/js1.js
/js/js2.js -- (get) javascript needed to access the webcam, detect & crop a face, send back img
/upload -- (post) receive the image
/results -- (get) the face classification result
/results/img -- (get) if you sent a thumbnail back or such
7 | No.7 Revision |
this is not a real answer, more a collection of hints, but it' ll be quite long, so no fit for a comment.
i somehow think, you're underestimating the number of "moving parts", such an application will need.
here's some (fictional) routing layout:
/ -- (get) the main, index page
/js/js1.js
/js/js2.js -- (get) javascript needed to access the webcam, detect & crop a face, send back img
/upload -- (post) receive the image
/results -- (get) the face classification result
/results/img -- (get) if you sent a thumbnail back or such
8 | No.8 Revision |
this is not a real answer, more a collection of hints, but it' ll be quite long, so no fit for a comment.
i somehow think, you're underestimating the number of "moving parts", such an application will need.need, so heere's some "food for thought":
here's some (fictional) routing layout:
/ -- (get) the main, index page
/js/js1.js
/js/js2.js -- (get) javascript needed to access the webcam, detect & crop a face,
send back img
/upload -- (post) receive the image
/results -- (get) the face classification result
/results/img -- (get) if you sent a thumbnail back or such
9 | No.9 Revision |
this is not a real answer, more a collection of hints, but it' ll be quite long, so no fit for a comment.
i somehow think, you're underestimating the number of "moving parts", such an application will need, so heere's here's some "food for thought":
here's some (fictional) routing layout:
/ -- (get) the main, index page
/js/js1.js
/js/js2.js -- (get) javascript needed to access the webcam, detect & crop a face,
send back img
/upload -- (post) receive the image
/results -- (get) the face classification result
/results/img -- (get) if you sent a thumbnail back or such
10 | No.10 Revision |
this is not a real answer, more a collection of hints, but it' ll be quite long, so no fit for a comment.
i somehow think, you're underestimating the number of "moving parts", such an application will need, so here's some "food for thought":
here's some (fictional) routing layout:layout (you'll have to implement a function to handle each of those):
/ -- (get) the main, index page
/js/js1.js
/js/js2.js -- (get) javascript needed to access the webcam, detect & crop a face,
send back img
/upload -- (post) receive the image
/results -- (get) the face classification result
/results/img -- (get) if you sent a thumbnail back or such
11 | No.11 Revision |
this is not a real answer, more a collection of hints, but it' ll be quite long, so no fit for a comment.
i somehow think, you're underestimating the number of "moving parts", such an application will need, so here's some "food for thought":
here's some (fictional) routing layout (you'll have to implement a function to handle each of those):
/ -- (get) the main, index page
/js/js1.js
/js/js2.js -- (get) javascript needed to access the webcam, detect & crop a face,
send back img
/upload -- (post) receive the image
/results -- (get) the face classification result
result (html)
/results/img -- (get) if you sent a thumbnail back or such