Py-Contributors / awesomeScripts

A Collection of Awesome Scripts in Python to Ease Daily-Life. Create an issue If you have some great ideas for the new script. Leave a :star:
https://py-contributors.github.io/awesomeScripts/
MIT License
589 stars 273 forks source link

Added Image caption Generator #547

Closed Debajyoti111 closed 2 years ago

Debajyoti111 commented 2 years ago

Please fill all the details and checkbox, so we can merge PR faster.

Pull Request Template

script name - image_caption_generator/generator.py What have you Changed I have added a folder named image_caption_generator which contains a generator.py script that will create a ML model which can generated captions for images given to it. I have also added some train and test data in form of images and captions to train and test the model.

Issue no.(must) - #543

Self Check(Tick After Making pull Request)

If the issue was not assigned to you Please don't make a PR. It will mark as invalid.

Join Us on Discord:- https://discord.gg/JfbK3bS

acknowledgment

codeperfectplus commented 2 years ago

Please fix the below issues.

  1. Please Make a fresh pull before making PR. Your PR is making conflict with another script.
  2. Please don't push image data to the repo. you can upload it on the drive and can share the link.
  3. Please add requirements.txt file as well

image

Debajyoti111 commented 2 years ago

Alright working on it!

Debajyoti111 commented 2 years ago

Hi, I am closing this PR for now as I am having some difficulty, I will be making a new PR with the updated changes shortly.