Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 851 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 851 Bytes

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/)