Giter Club home page Giter Club logo

harrison_tagprediction's Introduction

Personalized Image Tagging

Personalized Image Tagging is a relevant hashtag predictor for images. Now, why Personalized Image Tagging? Because, whenever a user uploads a photo on the social media, the tags provided by the user, oftentimes have very little or no relation to the actual features of an image. That is why multi-label image classification fails when applied to images uploaded on the social media. This project uses the HARRISON dataset, which stands for HAshtag Recommendation for Real world Images in SOcial Networks. This is a very realistic dataset composed of 57,383 images from instagram and an average of 4.5 hashtags per image.

Picture of a sunset

Multi-label classification User-based tags
sunset, beach, sea sunset, beach, vacation, holiday, romantic, bliss, vacationgoals

Technology and platfroms

This project makes use of the Google Colaboratory platform with a free access to GPU for the image processing tasks. It took 3 hours to train the complete model on Colab and the other technologies used in this project are as follows:

  • Tensorflow - Most popular, deep learning framework
  • Slim - High level representation of Tensorflow
  • Pandas - Python library for performing operations on data

Running the code

After installing the above mentioned dependencies, run the following commands in the Google Colab environment.

!git clone https://github.com/chaitubhure/HARRISON_tagprediction.git
!cd HARRISON_tagprediction
!python3 preprocess.py
!python3 train.py
!python3 evaluate.py

High Level View of the Model and Working

Overview of the model

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgments

  • The dataset
@misc{HARRISON16,
Author = {Minseok Park and Hanxiang Li and Junmo Kim},
Title = {HARRISON: A Benchmark on HAshtag Recommendation for Real-world Images in Social Networks},
Year = {2016},
Eprint = {arXiv:1605.05054},
}

harrison_tagprediction's People

Stargazers

 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.