Neural_Image_Caption_Generator icon indicating copy to clipboard operation
Neural_Image_Caption_Generator copied to clipboard

Deep Learning model which uses Computer Vision and NLP to generate captions for images

Results 1 Neural_Image_Caption_Generator issues
Sort by recently updated
recently updated
newest added

From where can we get glove.6B.50d.txt ? I downloaded using wget http://nlp.stanford.edu/data/glove.6B.zip but after running the following code: # Create a mapping from word to embedding word_to_embedding = {} for...