Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 382 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 382 Bytes

ai-earthhack

This is the central place for EcoShark GEN AI project

🦌 To get started:

create a .env file and add your OPENAI_API_KEY to it

run the following command in a bash terminal

    python -m venv .venv
    source .venv/bin/activate
    pip install -r requirements.txt

🏃‍♂️🏃‍♂️ To run the app

    streamlit run main.py