Prometheus Virtual Interaction Project

Completion Timeline

Due ~ 8/24

Prerequisites

Make sure you have conda installed on your system. You can download and install Anaconda from here or Miniconda from here.

Steps to Set Up the Environment

  1. Create the virtual environment:

    conda create -n "virtual_interaction"
  2. Activate the virtual environment:

    conda activate virtual_interaction
  3. Install Python 3.12:

    conda install python==3.12
  4. Install the required dependencies:

    pip install -r requirements.txt

Members

강민수, 김도현, 모진호, 최태은, 심수민