Hashy
Hashtag recommendations for Instagram using Machine Learning.
Quickstart
The models expect a file in LineSentence format. Each line should be a set of hashtags separated by a whitespace. E.g:
#data #github #ml
#cats #dogs #instagram
The model folder contains the code to train and deploy a model using Google Cloud AI Platform.
The api folder contains the code to train an embedding and serve a basic API using FastAPI.