w1sq / storyteller

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Storyteller

Storyteller is a project that generates a story from a random frame of your video. It uses machine learning algorithms to analyze the frame and generate a relevant story.

Prerequisites

  • Docker

Getting Started

To get a local copy up and running, follow these steps:

  1. Clone the repository:
git clone https://github.com/w1sq/storyteller.git
  1. Navigate to the project directory:
cd storyteller
  1. Build the Docker image:
docker build -t storyteller .
  1. Run the Docker container:
docker run -p 8501:8501 storyteller

After running these commands, open your web browser and navigate to Network URL from console to view the Streamlit app.

Usage

Upload your video file in the Streamlit app. The app will select a random frame from the video, generate a story based on the frame, and display the story.

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Kokorev Artem - kokorev_artem@vk.com

About

License:MIT License


Languages

Language:Python 73.0%Language:Dockerfile 27.0%