There is already /server which contains flask files. Build an API there to accept communication from the react frontend. Remember we want the following capabilities:
- server to accept video frames (see Attendance Project for example)
- server to return
['an', 'array', 'of', 'strings'] as it classifies video input
You may need to create additional endpoints, but these are the most basic ones.
Additional resources:
There is already
/serverwhich contains flask files. Build an API there to accept communication from the react frontend. Remember we want the following capabilities:['an', 'array', 'of', 'strings']as it classifies video inputYou may need to create additional endpoints, but these are the most basic ones.
Additional resources: