Git Product home page Git Product logo

captionize-it-app's Introduction

Captionize it app

Table Of Contents

Description

This project implements an image captioning system using PyTorch and Flask. It generates descriptive captions for input images using a deep learning encoder-decoder model and provides a web interface for captioning images.

Features

  • Trained model for image captioning and utilization of vast.ai GPU.
  • Web interface for captioning images using Flask.
  • Adding cross attention for models (not completed)
  • Docker package (not completed)
  • Cloud server deployment (not completed)

For more details of model training architectures and webapp

Requirements

  • Flask, nltk, numpy, tqdm, python-dotenv, torch, torchvision.

Installation

First, clone and set up virtual environment

# clone project   
git clone https://github.com/quocanh34/captionize-it-app.git
cd captionize-it-app

# set up virtual env   
python3 -m venv captionize

# activate the env
source captionize/bin/activate  # for Unix/Linux
captionize\Scripts\activate  # for Windows

Second, install dependencies.

pip install -r requirements.txt

Next, download the trained model

Now run the app

# run flask 
python app.py

Citation

@{article{Anh Pham},
  title={Captionize it app},
  author={Anh Pham},
  year={2023}
}

captionize-it-app's People

Contributors

quocanh34 avatar

Stargazers

 avatar Linh Nguyen avatar Phạm Sơn avatar

Watchers

 avatar

captionize-it-app's Issues

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.