Skip to content

jdw1023/cisc849-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CISC849 Final Project

Setup

  1. Clone the repository to your local machine:

    git clone https://github.com/jdw1023/cisc849-project.git
    cd cisc849-project
  2. Create a virtual environment (optional but recommended):

python -m venv venv
  1. Activate the virtual environment:
source venv/bin/activate
  1. Install the project dependencies:
pip install -r requirements.txt
  1. Run the program:
python3 captioning_gui3.py

The software is tested on a Laptop running Ubuntu 22.04 LTS with Python 3.10.6. The default configuration for Whisper_Streaming is to run on GPU using NVIDIA CUDA. So a system with CUDA support is needed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages