sign-posts-wrenchInstallation

Clone the repository:

git clone https://github.com/GatorSense/GSense.git

python3 -m venv gsense_env
source gsense_env/bin/activate   # On Linux/macOS
gsense_env\Scripts\activate      # On Windows


cd GSense
pip install -e .

Install torch based on your system's GPU capability:

pip install torch torchvision torchaudio
circle-info

Installing PyTorch and torchvision with CUDA support is strongly recommended.

Running the Application

After installation, you can run the application using the following command:

or

Interface

Last updated