-
Clone the repository to your local machine:
git clone https://github.com/jdw1023/cisc849-project.git cd cisc849-project -
Create a virtual environment (optional but recommended):
python -m venv venv- Activate the virtual environment:
source venv/bin/activate- Install the project dependencies:
pip install -r requirements.txt- Run the program:
python3 captioning_gui3.pyThe 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.