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

Added README.md #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions Image_Caption_Project/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Image Captioning
Image Captioning is a one of most useful application of Deep Learning and Artificial Intelligence. Image Captioning is a processing of describing a image so this project incorporates both Computer Vision and Natural Language Processing. It is used in Google Image Search, Facebook Photo Tagging and Captioning.

Please feel free to explore the Project, it might help you to get inspired and create one on your own. Start from this [notebook](https://nbviewer.jupyter.org/github/nitinkaushik01/Deep_and_Machine_Learning_Projects/blob/master/Image_Caption_Project/Image_caption_Project.ipynb)

## References
It will be always good refer good sources to learn and learn a lot from it. Here are some links to refer
- Andrew NG's Infamous CNN [Course Videos](https://www.youtube.com/playlist?list=PLkDaE6sCZn6Gl29AoE31iwdVwSG-KnDzF)
- Nice tutorial from [Tensorflow Tutorial](https://www.tensorflow.org/tutorials/text/image_captioning)