Skip to content
/ IRIS Public

Our project for the Vitol challenge at LauzHack 2024 in Lausanne

Notifications You must be signed in to change notification settings

4cademy/IRIS

Repository files navigation

IRIS - Intelligent Recognition & Image Search

Demo Video

IMAGE ALT TEXT HERE

Prerequisites

git clone https://github.com/4cademy/I.R.I.S._LauzHack_2024.git repo
cd repo
touch .env
export AWS_DEFAULT_REGION="us-west-2"
export AWS_ACCESS_KEY_ID="your_aws_access_key_id"
export AWS_SECRET_ACCESS_KEY="your_aws_secret_access_key"
export AWS_SESSION_TOKEN="your_aws_session_token"
export OPENAI_API_KEY="your_openai_api_key"

Installation

pip install -r requirements.txt
python app.py

Go to the URL shown in the console (normally: http://127.0.0.1:7860/)

About

Our project for the Vitol challenge at LauzHack 2024 in Lausanne

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages