You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the inference page, there will be the following three components:
Textbox showing all the predicted characters we have up to now (it should be a sentence/string stored in a state of the component)
Make 3 textboxes showing the 3 suggestions from the suggestions given to us by the ml team's model (this will be sent to you by the backend) and you'll need to store these 3 suggestions in the frontend in the "suggestions" component.
Flash the keys for 1 second, then 1 second shifting period, etc. (alternating until infinity). The flow should be flash keys for 1 sec, have a shifting period of 1 sec (no flashing and repeat the cycle.
Include a pause button when in shifting mode similar to what @TheMatrixMaster has implemented for the DCP.
also, provide a way to toggle between collection and inference pages
The text was updated successfully, but these errors were encountered:
There is no logic in terms of the flashing or the api calls yet. I figured that if you're working on api, then it might make more sense for you to figure out the flashing logic too. I'm basically using dummy data right now and I've made an inference screen component.
On the inference page, there will be the following three components:
also, provide a way to toggle between collection and inference pages
The text was updated successfully, but these errors were encountered: