Giter Club home page Giter Club logo

image-decoding-and-captioning's Introduction

Image-Decoding-and-Captioning

This project deals with image processing. It mainly revolves around generating captions for the uploaded image, detecting edges and corners with features and find anomalies based on comparison. Captioning is done using CNN and LSTM. Edges are detected using Canny Edge Detection algorithm, corners are found using Harris Corner Algorithm and anomalies are found using absolute pixel difference and thresholding.
CNN and LSTM Model for captioning.

Python - 3.10

To download captioning dataset, visit
Flickr_8K Dataset Flickr_8K Text
cnn and lstm
Before installing modules, create an environment. To create it run the command
python -m venv .env
Enter environment
cd .env
To clone repository, run
git clone https://github.com/jeyprabu/Image-Decoding-and-Captioning.git
Then,
cd Image-Decoding-and-Captioning
To install the modules, run the following command.
pip install -r requirements.txt
Once installed, run the app
flask run or python app.py

Screenshot (152) Screenshot (153) Screenshot (210) Screenshot (211)

image-decoding-and-captioning's People

Contributors

jeyprabu avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.