Skip to content

szeyu/IHAX-2024-HMIR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hackathon Project for IHAX2024

Pitch Deck

Canva | HMIR Scholar Pitch Deck

Project Setup

Follow these steps to set up the project.

1. Clone the Github Repo

Navigate to the directory you want to clone the repo into and execute:

git clone https://github.com/szeyu/IHAX-2024-HMIR

2. Create a New Conda Environment

Create a new Conda environment with Python 3.12 by running the following command:

conda create --name myenv python=3.12

3. Install Necessary Dependencies in requirements.txt

Activate your conda environment and install necessary dependencies:

conda activate myenv
pip install -r requirements.txt

4. Put your Open AI keys to your .env File

OPENAI_API_KEY=<KEY>

5. Run the Streamlit App

streamlit run app.py

About

Hackathon Project for IHAX 2024

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages