https://github.com/bhuvvaan/dcsc-final-projet

https://github.com/bhuvvaan/dcsc-final-projet

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.9%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: bhuvvaan
  • Language: Python
  • Default Branch: main
  • Size: 13.2 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 1 year ago · Last pushed over 1 year ago
Metadata Files
Readme

README.md

PPTGaze: PPT Generation Service

This repository includes the complete code to build a software service using Kubernetes that takes a video as input and returns a downloadable PPT presentation. Since the code is containerized using Docker, no additional requirements need to be installed. We recommend using Docker Desktop for running the Kubernetes service.

How to Use

  1. Start the Kubernetes service on Docker Desktop.
  2. Run the following command from the root folder to deploy all required components:

    bash bash deploy-all.sh

  3. Open a browser and navigate to:

    http://localhost

  4. Log in to the service.

  5. Upload an MP4 video file when prompted.

  6. After processing, you will receive a prompt to download the generated PPT file.


Feel free to reach out for any improvements or comments!

Project demo can be found here https://www.youtube.com/watch?v=hMuxLK65RBs

Credits: Bhuvvaan Punukolu & Prathik Jain

Owner

  • Login: bhuvvaan
  • Kind: user

GitHub Events

Total
  • Member event: 1
  • Push event: 14
Last Year
  • Member event: 1
  • Push event: 14

Dependencies

logs/Dockerfile docker
  • python 3.6-alpine build