Spaces:
Sleeping
Sleeping
README
GRDN 🌱
author: Danielle Heymann
contact: dheymann314@gmail.com
last updated: 12/17/2023
GRDN is an application that allows users to optimize a garden and its plant beds through companion planting, generative AI, and optimization. It is a work in progress.
Background
Setup
- setup conda environment
conda create --name=GRDN_env
- install dependencies
pip install -r requirements.txt
- download local model and add it to model folder
I used LLama2 7B HF Chat model https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGUF/blob/main/llama-2-7b-chat.Q4_K_M.gguf
Running App
- navigate to ...GRDN/src
- activate environment
conda activate GRDN_env
- run app
python -m streamlit run app.py