Skip to content

Latest commit

 

History

History
23 lines (22 loc) · 751 Bytes

outdated_readme.md

File metadata and controls

23 lines (22 loc) · 751 Bytes

0. Prerequisites: One of the following Python versions installed on your system: 3.{7,8,9,10,11,12}.

  1. Clone the repository (or download it as .zip from this page) and navigate into the folder:
git clone https://github.com/evermoving/SystemCaptioner
cd SystemCaptioner
  1. Create a virtual environment inside the cloned repo:
python -m venv venv
  1. Activate the virtual environment:
.\venv\Scripts\activate
  1. Install the dependencies:
pip install -r requirements.txt
  1. Download nvidia_dependencies zip from the releases section and extract it into folder where main.py is, i.e. /SystemCaptioner/nvidia_dependencies/
  2. Launch main.py while in virtual environment:
python main.py