NTX-McGill / NeuroTechX-McGill-2021

Other
16 stars 5 forks source link

Software (Backend): Update the collect/stop route to make inference #108

Open mlej8 opened 2 years ago

mlej8 commented 2 years ago

We will expect an additional variable (boolean) from the frontend called predict. If the predict = True then we will be calling the siggy team's function with the data in the shared queue to predict the next character and use the ml team's function to either do word completion or next word prediction.