Canva | HMIR Scholar Pitch Deck
Follow these steps to set up the project.
Navigate to the directory you want to clone the repo into and execute:
git clone https://github.com/szeyu/IHAX-2024-HMIR
Create a new Conda environment with Python 3.12 by running the following command:
conda create --name myenv python=3.12
Activate your conda environment and install necessary dependencies:
conda activate myenv
pip install -r requirements.txt
OPENAI_API_KEY=<KEY>
streamlit run app.py