UMass-Rescue / CombinedTechStack

Handle and process large amounts of media data with plug-and-play machine learning models
https://umass-rescue.github.io/CombinedTechStack/
MIT License
1 stars 1 forks source link

Allow Training Result Sharing #2

Open CodyRichter opened 3 years ago

CodyRichter commented 3 years ago

When a user submits a training job, they are the only one able to view the results. Add the option to share training results with other registered users.

This will involve changing the user field in the training request to a list, adding some new endpoints, and then having corresponding UI elements on the frontend.