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

Convert to app #4

Open
vedantpuri opened this issue Jul 20, 2018 · 2 comments
Open

Convert to app #4

vedantpuri opened this issue Jul 20, 2018 · 2 comments
Labels
enhancement New feature or request

Comments

@vedantpuri
Copy link
Owner

Make UI so that can predict an emoji for a sentence.
Involve other emojis as well for training

@vedantpuri vedantpuri added the enhancement New feature or request label Jul 20, 2018
@himankpathak
Copy link

Hi @vedantpuri, I would like to work on this issue. For predicting emojis on the go we can save the weights and load up the model to efficiently predict emojis for a sentence.
I am not much adept with text preprocessing. I wanted to know how would we go about converting sentences to vectors so that they can be passed to model for prediction?

@vedantpuri
Copy link
Owner Author

vedantpuri commented Oct 11, 2019

Hi @himankpathak ,

Thanks for your interest in this project. I would not be very available to work on this for a while but would be happy to see you contribute to it!
For converting sentences to vectors there are a variety of ways. I'd suggest looking up word2vec or glove or whatever embedding methodology used in this library and start from there. I feel a simple concatenation of word vectors should be a good representation of the embeddings of a sentence!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants