This is the central place for EcoShark GEN AI project
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
streamlit run main.py