Akhil Iyer commited on
Commit
6b8662f
1 Parent(s): 4e3e3d4

Revised README

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -9,10 +9,12 @@ pinned: false
9
 
10
  # ShortScribe Pipeline
11
 
12
- This repository provides code for the paper [Making Short-Form Videos Accessible With Hierarchical Video Summaries](https://arxiv.org/abs/2402.10382). In this repository, we introduce the pipeline for ShortScribe, a tool that makes short-form videos accessible to blind and low-vision users by generating summaries at varying levels of depth. This source code specifically provides an API for generating the summaries. To see the source code for ShortScribe's interface, see this GitHub repository [here](https://github.com/tessvandaele/tiktok-simulation)
13
 
14
  # Installing ShortScribe
15
 
 
 
16
  Before building the environment to run the ShortScribe pipeline, ensure that you have enough resources and credentials. You will need Google Cloud service account credentials in the form of a JSON file and an OpenAI API Key. We deployed our system on an NVIDIA A100 GPU with about 50 GB memory using PyTorch 2.0.1+cu118.
17
 
18
  To get a local copy of the pipeline, run ```git lfs install``` and then ```git clone git@hf.co:spaces/akhil03/ShortScribe-Pipeline```
 
9
 
10
  # ShortScribe Pipeline
11
 
12
+ This repository provides code for the paper [Making Short-Form Videos Accessible With Hierarchical Video Summaries](https://arxiv.org/abs/2402.10382). In this repository, we introduce the pipeline for ShortScribe, a tool that makes short-form videos accessible to blind and low-vision users by generating summaries at varying levels of depth. This source code specifically provides an API for generating the summaries. To see the source code for ShortScribe's interface, see this GitHub repository [here](https://github.com/Akl35/shortscribe)
13
 
14
  # Installing ShortScribe
15
 
16
+ IMPORTANT NOTE: This repository is using the `gpt-4` model because it was built before the release of `gpt-4-turbo` and `gpt-4o`
17
+
18
  Before building the environment to run the ShortScribe pipeline, ensure that you have enough resources and credentials. You will need Google Cloud service account credentials in the form of a JSON file and an OpenAI API Key. We deployed our system on an NVIDIA A100 GPU with about 50 GB memory using PyTorch 2.0.1+cu118.
19
 
20
  To get a local copy of the pipeline, run ```git lfs install``` and then ```git clone git@hf.co:spaces/akhil03/ShortScribe-Pipeline```