Skip to content

RichardChangCA/Image_Captioning

Repository files navigation

CSI_5386_NLP_Project

image captioning: CNN+RNN

Backup of this project: https://github.com/RichardChangCA/CSI_5386_NLP_Project

Contents: CNN encoders(VGG16,InceptionV3,MobileNet,ResNet) by transfer learning, RNN decoders(stacked LSTM, GRU with attention mechanism), Evaluation Metrics(BLEU,CIDEr,METEOR), Datasets(Flickr8k, COCO), Django Web Application with the best performance model.

To run the web:

python3 -m pip install django

cd project_web_

python3 manage.py runserver

avator

git reset --soft HEAD^ to undo commit

git reset to undo git add

About

backup of NLP project TensorFlow-2.0

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published