MSU-AI/SignLanguageTranslator

Build server API

Opened this issue · 0 comments

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: