Multimodal hashtag prediction from instagram
ALBERTfor text,VGG16for image- Take out the
[CLS]token from ALBERT, and change it to 100 dim - Change to 100 dim after flattening the VGG16 output
- Concat them, and predict among 100 labels.
- Collect 50000 data from instagram (w/ selenium crawler)
- Only include English data
$ docker run -d -p 80:80 adieujw/hashtag:latest- Put your image in this google drive
# URL
localhost:80/predict?image_id=1DGu9R5a9jpkY-fy79VrGFmCdJigzTMC-&text=20%20days%20till%20Christmas%20%F0%9F%98%8D%F0%9F%8E%85&max_seq_len=20&n_label=10image_id: the share id you can get from google drive abovetext: like caption in instagrammax_seq_len: maximum sequence lengthn_label: num of labels you want to predict
https://endpoint.ainize.ai/monologg/hashtag/predict?image_id={image_id}&text={text}&max_seq_len={max_seq_len}&n_label={n_label}# URL
https://endpoint.ainize.ai/monologg/hashtag/predict?image_id=1DGu9R5a9jpkY-fy79VrGFmCdJigzTMC-&text=20%20days%20till%20Christmas%20%F0%9F%98%8D%F0%9F%8E%85&max_seq_len=20&n_label=10



