Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 852 Bytes

README.md

File metadata and controls

40 lines (29 loc) · 852 Bytes

Storify

Storify is a cutting-edge web application that takes video storytelling to a whole new level. Storify combines the power of artificial intelligence and innovative technologies to create video stories.

Check out the app: https://storify-tyksbtk4tqxsbuhtkjnicr.streamlit.app/

Setup

Follow these steps to get VoiceUp up and running:

  1. Clone the repository

    git clone https://github.com/s-deepak-kumar/Storify
    
  2. Navigate to the repository directory

    cd Storify
    
  3. Install required library

    pip install -r requirements.txt
    
  4. Fill required key*

    .streamlit/secrets.toml file
    
    AWS_ACCESS_KEY_ID = "XXXXXXX"
    AWS_SECRET_ACCESS_KEY = "XXXXXXX"
    AWS_DEFAULT_REGION = "XXXXXXX"
    
    
  5. Start the server

    streamlit run streamlit_app.py