ai-visual-storytelling-seq2seq

(β˜… 64)

Implementation of seq2seq model for Visual Storytelling Challenge (VIST) http://visionandlanguage.net/VIST/index.html

  • .gitignore
  • __init__.py
  • architecture_horizontal.jpg
  • custom_cells.py
  • dataset_visualization.py
  • experiments
  • inference_model.py
  • model_data_generator.py
  • model_scores.py
  • README.md
  • result_visualisation.py
  • seq2seqbuilder.py
  • story_visualization.py
  • test_script.py
  • training_model.py

# Installation Guide

1. Get the code
git clone https://github.com/Pendulibrium/ai-visual-storytelling-seq2seq

Downloads the entire project code from GitHub to your computer.

cd ai-visual-storytelling-seq2seq

Moves into the project folder you just downloaded.

2. Official Install Script

Easy Recommended
Prerequisites
  • Python 3 Python is required to use pip.
pip install opencv-python

Installs the package published on PyPI directly β€” no need to clone the source.

pip install h5py

Installs the package published on PyPI directly β€” no need to clone the source.

pip install unidecode

Installs the package published on PyPI directly β€” no need to clone the source.

βœ… After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.

Pulled directly from this repo's README.

// repository documentation