Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New OTTAA Prediction Algorithm #16

Open
hectoritr opened this issue Sep 29, 2022 · 1 comment
Open

New OTTAA Prediction Algorithm #16

hectoritr opened this issue Sep 29, 2022 · 1 comment
Assignees
Labels
OTTAA Feature for OTTAA Project UNICEF Feature for UNICEF Workplan

Comments

@hectoritr
Copy link
Contributor

hectoritr commented Sep 29, 2022

Summary

Based on the development of the Keyboard App algorithm for word predictions, we would like to implement a similar system for pictograms predictions in the OTTAA app. Aside from being deployed on a different Cloud Function on the OTTAA app Firebase project, the OTTAA algorithm differs from the Keyboard one in that it has to get pictograms out of the training dataset and avoid predictions that have no assigned picto.

Intended Outcome

Cloud Function triggered by HTTP request that recieves an array of pictos ID's or words sequenced from a phrase formed on the OTTAA app and settings data (language, max no. of predictions, etc) and returns an array off predictions that would continue the phrase requested.

How will it work?

After the user presses a pictogram on the app (and that picto is moved to the sentence block) the app requests predictions from the Cloud Function using and HTTP request, after it gets the response, it shows on the predictions interface the most likely pictos that would follow the sentence. The picto relations used in the app up to now can still be used to get a fast, simple prediction while the Cloud Function responds.

@hectoritr hectoritr added UNICEF Feature for UNICEF Workplan OTTAA Feature for OTTAA Project labels Oct 5, 2022
@hectoritr
Copy link
Contributor Author

@lopezjuanma96 can you add what you are planning to do here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OTTAA Feature for OTTAA Project UNICEF Feature for UNICEF Workplan
Projects
Status: In Progress
Development

No branches or pull requests

2 participants