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/
Follow these steps to get VoiceUp up and running:
-
Clone the repository
git clone https://github.com/s-deepak-kumar/Storify
-
Navigate to the repository directory
cd Storify
-
Install required library
pip install -r requirements.txt
-
Fill required key*
.streamlit/secrets.toml file AWS_ACCESS_KEY_ID = "XXXXXXX" AWS_SECRET_ACCESS_KEY = "XXXXXXX" AWS_DEFAULT_REGION = "XXXXXXX"
-
Start the server
streamlit run streamlit_app.py